Skip to content

Commit

Permalink
besu: 24.6.0 -> 24.10.0 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekimber authored Nov 4, 2024
1 parent 45b5cbf commit d325e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6.0";
version = "24.10.0";

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

buildInputs = lib.optionals stdenv.isLinux [jemalloc];
Expand Down

0 comments on commit d325e9e

Please sign in to comment.