Skip to content

Commit 4ab1284

Browse files
ssvnode: 2.3.6 -> 2.3.7-unstable.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 59693a4 commit 4ab1284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ssvnode/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
}:
99
buildGoModule rec {
1010
pname = "ssv";
11-
version = "2.3.6";
11+
version = "2.3.7-unstable.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "ssvlabs";
1515
repo = "${pname}";
1616
rev = "v${version}";
17-
hash = "sha256-3XRGBUDuzIqizqa1un/Pp9rcwB6AdvHPYopFwOSRXp8=";
17+
hash = "sha256-taSSQk1yxcmtSRLySC2voaS6kRtIIw74Oc0peIZGpyA=";
1818
};
1919

20-
vendorHash = "sha256-ql9V/MHdu9U64N1GeRL3/Ta2YXN6wOTw86OzYQeUUbA=";
20+
vendorHash = "sha256-MFm0k8h/EPnDFAn0VkM6OPJDQKc1cU9vK34Gh24K0E4=";
2121

2222
buildInputs = [
2323
bls

0 commit comments

Comments
 (0)