Skip to content

Commit 2445bf1

Browse files
authored
ssvnode: 1.3.1 -> 1.3.8 (#543)
1 parent 8197b12 commit 2445bf1

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
@@ -6,16 +6,16 @@
66
}:
77
buildGo120Module rec {
88
pname = "ssv";
9-
version = "1.3.1";
9+
version = "1.3.8";
1010

1111
src = fetchFromGitHub {
1212
owner = "bloxapp";
1313
repo = "${pname}";
1414
rev = "v${version}";
15-
hash = "sha256-opd9o4ntLT047rarRQxNxvZp/4vNGAgSbuLhf4ZUBTo=";
15+
hash = "sha256-5JUaJwo8snUrw/Uhk23uiGr+YV4UogiyvLGXXPiYICY=";
1616
};
1717

18-
vendorHash = "sha256-angs1oykJWDjkBZSsWnt+JcyhZIDPbSgkQ3TD/CzXQA=";
18+
vendorHash = "sha256-paFwSCVQEEkZzd/QHGBfaPvDwSAXYxvS5Cq+N18QTIU=";
1919

2020
buildInputs = [bls mcl];
2121

0 commit comments

Comments
 (0)