Skip to content

Commit 56a85ee

Browse files
committed
centrifugo: 6.2.2 -> 6.2.4
1 parent 4edcaa1 commit 56a85ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ce/centrifugo/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ let
1616
in
1717
buildGoModule rec {
1818
pname = "centrifugo";
19-
version = "6.2.2";
19+
version = "6.2.4";
2020

2121
src = fetchFromGitHub {
2222
owner = "centrifugal";
2323
repo = "centrifugo";
2424
rev = "v${version}";
25-
hash = "sha256-DrC8QtBXppQllq6LpKecy6mOJl/Bnr5vkk5OQ+0NFb4=";
25+
hash = "sha256-GjL5zGyAv127IFs4/ytEUFU65mz7rR/fQ5nHX2qtTdE=";
2626
};
2727

28-
vendorHash = "sha256-4Exp+hnyb9JOVunuhI7ap5Cdd+NNtkOsG8Qd1puzIj8=";
28+
vendorHash = "sha256-GpCZIZCUjfL/atDOM4FKjlloFWtkAoK+dS73K7b0YfA=";
2929

3030
ldflags = [
3131
"-s"

0 commit comments

Comments
 (0)