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 61286f7 commit d9954feCopy full SHA for d9954fe
pkgs/by-name/be/besu/default.nix
@@ -11,11 +11,11 @@
11
}:
12
stdenv.mkDerivation (finalAttrs: rec {
13
pname = "besu";
14
- version = "24.10.0";
+ version = "25.3.0";
15
16
src = fetchurl {
17
url = "https://github.com/hyperledger/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
18
- hash = "sha256-BkjhCGFIYbBFN6QBfWO931uuiMc4vM1ZQvdsbVRNysI=";
+ hash = "sha256-OTUJPt61R3OjzRDDKwPkrBKhrzB/g3em0uJNfLz3CvI=";
19
};
20
21
buildInputs = lib.optionals stdenv.isLinux [jemalloc];
0 commit comments