Skip to content

Commit

Permalink
centrifugo: 5.4.7 -> 5.4.8 (#363389)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 17, 2024
2 parents a33ea1a + fc94887 commit ee90e6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ce/centrifugo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ let
in
buildGoModule rec {
pname = "centrifugo";
version = "5.4.7";
version = "5.4.8";

src = fetchFromGitHub {
owner = "centrifugal";
repo = "centrifugo";
rev = "v${version}";
hash = "sha256-hAZT2jqDy0oppKxuLWg6UQxiCySLkPE0eLmqavaRN9I=";
hash = "sha256-B6V4Apnwcb/G//PYa/kHRcgRkYSM+fQmoRimNoe6yhY=";
};

vendorHash = "sha256-Xz8s3R2nOouEyH56y04X15nYtMRwL8toP/8WL0saYwQ=";
vendorHash = "sha256-n+5EsSA984VXd8G1eXlzBPjIlSQeL5fRcGIFIKZGQ4o=";

ldflags = [
"-s"
Expand Down

0 comments on commit ee90e6b

Please sign in to comment.