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 45b5cbf commit d325e9eCopy full SHA for d325e9e
pkgs/besu/default.nix
@@ -10,11 +10,11 @@
10
}:
11
stdenv.mkDerivation (finalAttrs: rec {
12
pname = "besu";
13
- version = "24.6.0";
+ version = "24.10.0";
14
15
src = fetchurl {
16
url = "https://github.com/hyperledger/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
17
- hash = "sha256-+oblxoc3GM1WjjMmFRzgaVel51RrUt95qDHqnjm4V6s=";
+ hash = "sha256-BkjhCGFIYbBFN6QBfWO931uuiMc4vM1ZQvdsbVRNysI=";
18
};
19
20
buildInputs = lib.optionals stdenv.isLinux [jemalloc];
0 commit comments