Skip to content

Commit db24350

Browse files
authored
Update besu to 24.6.0 (#527)
besu: 24.3.3 -> 24.6.0 Co-authored-by: Edward Kimber <[email protected]>
1 parent 3aaffea commit db24350

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/besu/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}:
1111
stdenv.mkDerivation (finalAttrs: rec {
1212
pname = "besu";
13-
version = "24.3.3";
13+
version = "24.6.0";
1414

1515
src = fetchurl {
16-
url = "https://hyperledger.jfrog.io/hyperledger/${pname}-binaries/${pname}/${version}/${pname}-${version}.tar.gz";
17-
hash = "sha256-ua7lGVIYf/VQ3kgfLAQFE3uF8dCqOCYWDfbX5QXzWa4=";
16+
url = "https://github.com/hyperledger/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
17+
hash = "sha256-+oblxoc3GM1WjjMmFRzgaVel51RrUt95qDHqnjm4V6s=";
1818
};
1919

2020
buildInputs = lib.optionals stdenv.isLinux [jemalloc];

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
callPackageUnstable = pkgsUnstable.callPackage;
2323
in {
2424
packages = platformPkgs system rec {
25-
besu = callPackage ./besu {};
25+
besu = callPackageUnstable ./besu {};
2626
bls = callPackage ./bls {};
2727
blst = callPackage ./blst {};
2828
blutgang = callPackage ./blutgang {inherit (pkgsUnstable) rustPlatform;};

0 commit comments

Comments
 (0)