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 19a15ea commit a5ba3cbCopy full SHA for a5ba3cb
pkgs/by-name/pr/prysm/default.nix
@@ -1,23 +1,23 @@
1
{
2
bls,
3
blst,
4
- buildGo123Module,
+ buildGo124Module,
5
fetchFromGitHub,
6
libelf,
7
nix-update-script,
8
}:
9
-buildGo123Module rec {
+buildGo124Module rec {
10
pname = "prysm";
11
- version = "5.3.0";
+ version = "5.3.2";
12
13
src = fetchFromGitHub {
14
owner = "prysmaticlabs";
15
repo = pname;
16
rev = "v${version}";
17
- hash = "sha256-bTA7KOfhdsVIQk6d9pnBAYmmuzj3KQnvMO/OrEpx5uA=";
+ hash = "sha256-Nptf4ORSSx6m2wlPhUwzihMX+yWyGGP4l0VNsaOQFJU=";
18
};
19
20
- vendorHash = "sha256-1PAeAI6yaXSE881Bsp2hhPSctePc5CwWYkk8QVounAA=";
+ vendorHash = "sha256-sS6fIVF707J2fgtAwI8QAVFDnZqIStemqTXrNL2RKiI=";
21
22
buildInputs = [bls blst libelf];
23
0 commit comments