Skip to content

Commit

Permalink
chore: update teku v23.10.0 -> v24.2.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon authored Mar 6, 2024
1 parent 0efd462 commit c5dcc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/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.10.0";
version = "24.2.0";

src = fetchurl {
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
hash = "sha256-CwxxUQeAwJcqBIqy76MAsP9YTZ5QhLHi9gWvA6pMuzE=";
hash = "sha256-99pBCbGA4fERjW+hPk1IqWTQ9Yck0ebT/UqS3cyrq1g=";
};

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit c5dcc23

Please sign in to comment.