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 59693a4 commit 4ab1284Copy full SHA for 4ab1284
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.2";
12
13
src = fetchFromGitHub {
14
owner = "ssvlabs";
15
repo = "${pname}";
16
rev = "v${version}";
17
- hash = "sha256-3XRGBUDuzIqizqa1un/Pp9rcwB6AdvHPYopFwOSRXp8=";
+ hash = "sha256-taSSQk1yxcmtSRLySC2voaS6kRtIIw74Oc0peIZGpyA=";
18
};
19
20
- vendorHash = "sha256-ql9V/MHdu9U64N1GeRL3/Ta2YXN6wOTw86OzYQeUUbA=";
+ vendorHash = "sha256-MFm0k8h/EPnDFAn0VkM6OPJDQKc1cU9vK34Gh24K0E4=";
21
22
buildInputs = [
23
bls
0 commit comments