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 6dca1f4 commit 111e9f6Copy full SHA for 111e9f6
pkgs/by-name/st/staking-deposit-cli/default.nix
@@ -7,11 +7,11 @@
7
}:
8
stdenv.mkDerivation rec {
9
pname = "staking-deposit-cli";
10
- version = "2.7.0";
+ version = "2.8.0";
11
12
src = fetchurl {
13
- url = "https://github.com/ethereum/staking-deposit-cli/releases/download/v${version}/staking_deposit-cli-fdab65d-linux-amd64.tar.gz";
14
- hash = "sha256-rDFRhD1oHJKudVZ6iPvg4EDVPCE2jMHtGow9n7KfKjo=";
+ url = "https://github.com/ethereum/staking-deposit-cli/releases/download/v${version}/staking_deposit-cli-948d3fc-linux-amd64.tar.gz";
+ hash = "sha256-7wISUqvSWR7201WPsyWLNfR4wgMz8t/0oXzHm1c8OHk=";
15
};
16
17
nativeBuildInputs = [autoPatchelfHook];
0 commit comments