Skip to content

Commit

Permalink
Update besu to 24.6.0 (#527)
Browse files Browse the repository at this point in the history
besu: 24.3.3 -> 24.6.0

Co-authored-by: Edward Kimber <[email protected]>
  • Loading branch information
ekimber and ekimber authored Jun 27, 2024
1 parent 3aaffea commit db24350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/besu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}:
stdenv.mkDerivation (finalAttrs: rec {
pname = "besu";
version = "24.3.3";
version = "24.6.0";

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

buildInputs = lib.optionals stdenv.isLinux [jemalloc];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
callPackageUnstable = pkgsUnstable.callPackage;
in {
packages = platformPkgs system rec {
besu = callPackage ./besu {};
besu = callPackageUnstable ./besu {};
bls = callPackage ./bls {};
blst = callPackage ./blst {};
blutgang = callPackage ./blutgang {inherit (pkgsUnstable) rustPlatform;};
Expand Down

0 comments on commit db24350

Please sign in to comment.