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.
1 parent b67ac8f commit 994c122Copy full SHA for 994c122
pkgs/by-name/ssvnode/default.nix
@@ -8,16 +8,16 @@
8
}:
9
buildGoModule rec {
10
pname = "ssv";
11
- version = "2.3.6";
+ version = "2.3.7-unstable.1";
12
13
src = fetchFromGitHub {
14
owner = "ssvlabs";
15
repo = "${pname}";
16
rev = "v${version}";
17
- hash = "sha256-3XRGBUDuzIqizqa1un/Pp9rcwB6AdvHPYopFwOSRXp8=";
+ hash = "sha256-SWNahB677oKiD4VtjM7JIlnk67C4wR56gzsXzRq79aU=";
18
};
19
20
- vendorHash = "sha256-ql9V/MHdu9U64N1GeRL3/Ta2YXN6wOTw86OzYQeUUbA=";
+ vendorHash = "sha256-O1hZ46yEV7IUWHRA6ggnIfknnz2mZHxsxdi/PnfA/nQ=";
21
22
buildInputs = [
23
bls
0 commit comments