We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b560be + 56a85ee commit a3e0722Copy full SHA for a3e0722
pkgs/by-name/ce/centrifugo/package.nix
@@ -16,16 +16,16 @@ let
16
in
17
buildGoModule rec {
18
pname = "centrifugo";
19
- version = "6.2.2";
+ version = "6.2.4";
20
21
src = fetchFromGitHub {
22
owner = "centrifugal";
23
repo = "centrifugo";
24
rev = "v${version}";
25
- hash = "sha256-DrC8QtBXppQllq6LpKecy6mOJl/Bnr5vkk5OQ+0NFb4=";
+ hash = "sha256-GjL5zGyAv127IFs4/ytEUFU65mz7rR/fQ5nHX2qtTdE=";
26
};
27
28
- vendorHash = "sha256-4Exp+hnyb9JOVunuhI7ap5Cdd+NNtkOsG8Qd1puzIj8=";
+ vendorHash = "sha256-GpCZIZCUjfL/atDOM4FKjlloFWtkAoK+dS73K7b0YfA=";
29
30
ldflags = [
31
"-s"
0 commit comments