Skip to content

Commit 994c122

Browse files
ssvnode: 2.3.6 -> 2.3.7-unstable.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b67ac8f commit 994c122

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.1";
1212

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

20-
vendorHash = "sha256-ql9V/MHdu9U64N1GeRL3/Ta2YXN6wOTw86OzYQeUUbA=";
20+
vendorHash = "sha256-O1hZ46yEV7IUWHRA6ggnIfknnz2mZHxsxdi/PnfA/nQ=";
2121

2222
buildInputs = [
2323
bls

0 commit comments

Comments
 (0)