Skip to content

Commit

Permalink
besu: 24.1.0 -> 24.1.1 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
catwith1hat authored Feb 2, 2024
1 parent 0ccb71b commit c6a322f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clients/execution/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.0";
version = "24.1.1";

src = fetchurl {
url = "https://hyperledger.jfrog.io/hyperledger/${pname}-binaries/${pname}/${version}/${pname}-${version}.tar.gz";
hash = "sha256-YCsEwHKaexc2HR8LOfTOai6+R5MhZa3WZlYP5ZTZypk=";
hash = "sha256-Sw3dWiW+LfXSMkv/k1eF62Pk46X0IWFOppC6y1ucs0Q=";
};

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit c6a322f

Please sign in to comment.