Skip to content

Commit

Permalink
chore(teku): 23.1.0 -> 23.1.1 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee authored Feb 6, 2023
1 parent 9b8d514 commit 5cc5302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clients/consensus/teku/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "teku";
version = "23.1.0";
version = "23.1.1";

src = fetchurl {
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-sNNLxqFi/TqLe+itENVdroAL9z4hdJU2xkz5aDZLePA=";
sha256 = "sha256-cV7pvvPgcwVYt57x07zlrhkM8BxOAsOYLnlYL8p3WZU=";
};

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit 5cc5302

Please sign in to comment.