We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde1abc commit 9655430Copy full SHA for 9655430
pkgs/by-name/teku/default.nix
@@ -8,11 +8,11 @@
8
}:
9
stdenv.mkDerivation rec {
10
pname = "teku";
11
- version = "25.9.3";
+ version = "25.11.0";
12
13
src = fetchurl {
14
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
15
- hash = "sha256-u0H4dHODKNI/tJGrq+TNR4hfQaOolJK2YE4gFALCGok=";
+ hash = "sha256-thbzxDBtGOYdAMyRCZySl+HhZQqsvLW/dfUdDVHEBY0=";
16
};
17
18
nativeBuildInputs = [makeWrapper];
0 commit comments