Skip to content

Commit d325e9e

Browse files
authored
besu: 24.6.0 -> 24.10.0 (#553)
1 parent 45b5cbf commit d325e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/besu/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}:
1111
stdenv.mkDerivation (finalAttrs: rec {
1212
pname = "besu";
13-
version = "24.6.0";
13+
version = "24.10.0";
1414

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

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

0 commit comments

Comments
 (0)