Skip to content

Commit

Permalink
besu: 24.1.2 -> 24.3.3 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
catwith1hat authored Apr 14, 2024
1 parent fa40c3d commit 3a0ed1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/besu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "besu";
version = "24.1.2";
version = "24.3.3";

src = fetchurl {
url = "https://hyperledger.jfrog.io/hyperledger/${pname}-binaries/${pname}/${version}/${pname}-${version}.tar.gz";
hash = "sha256-CC24z0+2dSeqDddX5dJUs7SX9QJ8Iyh/nAp0pqdDvwg=";
hash = "sha256-ua7lGVIYf/VQ3kgfLAQFE3uF8dCqOCYWDfbX5QXzWa4=";
};

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit 3a0ed1f

Please sign in to comment.