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 111e9f6 commit 26694a3Copy full SHA for 26694a3
pkgs/by-name/te/teku/default.nix
@@ -8,11 +8,11 @@
8
}:
9
stdenv.mkDerivation rec {
10
pname = "teku";
11
- version = "24.2.0";
+ version = "25.7.1";
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-99pBCbGA4fERjW+hPk1IqWTQ9Yck0ebT/UqS3cyrq1g=";
+ hash = "sha256-+J7XC5cjAV3AoiP/kBrFlKSiKpUYH/2nKYQ5Q9ssMj4=";
16
};
17
18
nativeBuildInputs = [makeWrapper];
0 commit comments