Skip to content

Commit 3ff6af6

Browse files
authored
chore(ethstaker-deposit-cli): change repo url (#655)
1 parent 295fe70 commit 3ff6af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ethstaker-deposit-cli/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
1010
version = "1.2.2";
1111

1212
src = fetchurl {
13-
url = "https://github.com/eth-educators/ethstaker-deposit-cli/releases/download/v1.2.2/ethstaker_deposit-cli-b13dcb9-linux-amd64.tar.gz";
13+
url = "https://github.com/ethstaker/ethstaker-deposit-cli/releases/download/v1.2.2/ethstaker_deposit-cli-b13dcb9-linux-amd64.tar.gz";
1414
hash = "sha256-BK8/T9L9zPSuBgq95HY3YioxEU2fLlPmJyKmlKTVsgY=";
1515
};
1616

0 commit comments

Comments
 (0)