Skip to content

Commit 86755c0

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/prysm/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGo121Module rec {
99
pname = "prysm";
10-
version = "5.0.0";
10+
version = "5.0.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "prysmaticlabs";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-QSfTDjdsd6XSYDjhDL+p/0cYlXysVHqlzVMF2KMyd/Y=";
16+
hash = "sha256-a/HBcrVLL6CAzM6/iX3dfsiIAhXyC0RaLoRXKcGGBSM=";
1717
};
1818

19-
vendorHash = "sha256-5ToSVJ7ToDhRq3AT6I6G8FE8GqZRPCMyTogTQG4HDBY=";
19+
vendorHash = "sha256-6qcIspi+60IfMiWVFtGhnu8v6llZKv2nMFMbCrPw1NQ=";
2020

2121
buildInputs = [bls blst libelf];
2222

0 commit comments

Comments
 (0)