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