Skip to content

Commit 9655430

Browse files
bbjubjub2494aldoborrero
authored andcommitted
teku: 25.9.3 -> 25.11.0
1 parent bde1abc commit 9655430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/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 = "25.9.3";
11+
version = "25.11.0";
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-u0H4dHODKNI/tJGrq+TNR4hfQaOolJK2YE4gFALCGok=";
15+
hash = "sha256-thbzxDBtGOYdAMyRCZySl+HhZQqsvLW/dfUdDVHEBY0=";
1616
};
1717

1818
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)