Skip to content

Commit 26694a3

Browse files
authored
Teku 24.2.0 -> 25.7.1 (nix-community#637)
1 parent 111e9f6 commit 26694a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/teku/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
stdenv.mkDerivation rec {
1010
pname = "teku";
11-
version = "24.2.0";
11+
version = "25.7.1";
1212

1313
src = fetchurl {
1414
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
15-
hash = "sha256-99pBCbGA4fERjW+hPk1IqWTQ9Yck0ebT/UqS3cyrq1g=";
15+
hash = "sha256-+J7XC5cjAV3AoiP/kBrFlKSiKpUYH/2nKYQ5Q9ssMj4=";
1616
};
1717

1818
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)