Skip to content

Commit 111e9f6

Browse files
authored
staking-deposit-cli: 2.7.0 -> 2.8.0 (nix-community#630)
1 parent 6dca1f4 commit 111e9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/staking-deposit-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}:
88
stdenv.mkDerivation rec {
99
pname = "staking-deposit-cli";
10-
version = "2.7.0";
10+
version = "2.8.0";
1111

1212
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=";
13+
url = "https://github.com/ethereum/staking-deposit-cli/releases/download/v${version}/staking_deposit-cli-948d3fc-linux-amd64.tar.gz";
14+
hash = "sha256-7wISUqvSWR7201WPsyWLNfR4wgMz8t/0oXzHm1c8OHk=";
1515
};
1616

1717
nativeBuildInputs = [autoPatchelfHook];

0 commit comments

Comments
 (0)