Skip to content

Commit a5ba3cb

Browse files
authored
prysm: 5.3.0 -> 5.3.2 (#589)
1 parent 19a15ea commit a5ba3cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/pr/prysm/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
bls,
33
blst,
4-
buildGo123Module,
4+
buildGo124Module,
55
fetchFromGitHub,
66
libelf,
77
nix-update-script,
88
}:
9-
buildGo123Module rec {
9+
buildGo124Module rec {
1010
pname = "prysm";
11-
version = "5.3.0";
11+
version = "5.3.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "prysmaticlabs";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-bTA7KOfhdsVIQk6d9pnBAYmmuzj3KQnvMO/OrEpx5uA=";
17+
hash = "sha256-Nptf4ORSSx6m2wlPhUwzihMX+yWyGGP4l0VNsaOQFJU=";
1818
};
1919

20-
vendorHash = "sha256-1PAeAI6yaXSE881Bsp2hhPSctePc5CwWYkk8QVounAA=";
20+
vendorHash = "sha256-sS6fIVF707J2fgtAwI8QAVFDnZqIStemqTXrNL2RKiI=";
2121

2222
buildInputs = [bls blst libelf];
2323

0 commit comments

Comments
 (0)