Skip to content

Commit 9112c9c

Browse files
bbjubjub2494aldoborrero
authored andcommitted
prysm: 6.0.4 -> 7.0.0
1 parent 9b343db commit 9112c9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/by-name/prysm/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
bls,
33
blst,
44
ckzg,
5-
buildGo124Module,
5+
buildGoModule,
66
fetchFromGitHub,
77
libelf,
88
nix-update-script,
99
}:
10-
buildGo124Module rec {
10+
buildGoModule rec {
1111
pname = "prysm";
12-
version = "6.0.4";
12+
version = "7.0.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "prysmaticlabs";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-Z11ty5XwLG7G4t1/yJTdZMGpM6xJsYPxfa0xZ2mk+I0=";
18+
hash = "sha256-Rre7eFhGTt5QnkyOhfctqoblQRlaQl+ZpUlaHBEo+E0=";
1919
};
2020

21-
vendorHash = "sha256-WiS4hTFZeJ3gZDumYndkZ8H7B8JP3qzuJQmVqNsIuoo=";
21+
vendorHash = "sha256-qD65NoPCj8YH0vl4szu3sDDn0y4w3cmcQZFzhHZpqMM=";
2222

2323
buildInputs = [bls blst ckzg libelf];
2424

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
mev-boost-relay = callPackage ./by-name/mev-boost-relay {inherit blst;};
5959
nethermind = callPackage ./by-name/nethermind {};
6060
nimbus = callPackage ./by-name/nimbus {};
61-
prysm = callPackage ./by-name/prysm {inherit bls blst ckzg;};
61+
prysm = callPackageUnstable ./by-name/prysm {inherit bls blst ckzg;};
6262
reth = callPackageUnstable ./by-name/reth {};
6363
rocketpool = callPackageUnstable ./by-name/rocketpool {};
6464
rocketpoold = callPackageUnstable ./by-name/rocketpoold {inherit bls blst;};

0 commit comments

Comments
 (0)