Skip to content

Commit 48d9c70

Browse files
committed
2.0.0-unstable.0 -> 2.0.0-unstable.2
1 parent 4866a50 commit 48d9c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/ssvnode/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
}:
88
buildGoModule rec {
99
pname = "ssv";
10-
version = "2.0.0-unstable.0";
10+
version = "2.0.0-unstable.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "ssvlabs";
1414
repo = "${pname}";
15-
rev = "aafa85e73bf0d3579fcc8997ec631a4ad1bf4ffe";
16-
hash = "sha256-uI7Am4zSMZCX1t4JcdtD0T5cd24dy1oed0xm1pG4jGQ=";
15+
rev = "cdce10d1f95866a9e13003934fc3771d22a8aba4";
16+
hash = "sha256-1VyGA9nIDIJvL4zqHIAuxlY8FWywZ8ycYm06zCCUP3M=";
1717
};
1818

1919
vendorHash = "sha256-cVSbOxyul87/y0lp0x9INw76XzHFTBOv9BjQTs2bvPU=";

0 commit comments

Comments
 (0)