Skip to content

Commit d9954fe

Browse files
committed
besu: 24.10.0 -> 25.3.0
1 parent 61286f7 commit d9954fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/be/besu/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}:
1212
stdenv.mkDerivation (finalAttrs: rec {
1313
pname = "besu";
14-
version = "24.10.0";
14+
version = "25.3.0";
1515

1616
src = fetchurl {
1717
url = "https://github.com/hyperledger/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
18-
hash = "sha256-BkjhCGFIYbBFN6QBfWO931uuiMc4vM1ZQvdsbVRNysI=";
18+
hash = "sha256-OTUJPt61R3OjzRDDKwPkrBKhrzB/g3em0uJNfLz3CvI=";
1919
};
2020

2121
buildInputs = lib.optionals stdenv.isLinux [jemalloc];

0 commit comments

Comments
 (0)