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 fa40c3d commit 3a0ed1fCopy full SHA for 3a0ed1f
pkgs/besu/default.nix
@@ -7,11 +7,11 @@
7
}:
8
stdenv.mkDerivation rec {
9
pname = "besu";
10
- version = "24.1.2";
+ version = "24.3.3";
11
12
src = fetchurl {
13
url = "https://hyperledger.jfrog.io/hyperledger/${pname}-binaries/${pname}/${version}/${pname}-${version}.tar.gz";
14
- hash = "sha256-CC24z0+2dSeqDddX5dJUs7SX9QJ8Iyh/nAp0pqdDvwg=";
+ hash = "sha256-ua7lGVIYf/VQ3kgfLAQFE3uF8dCqOCYWDfbX5QXzWa4=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments