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 295fe70 commit 3ff6af6Copy full SHA for 3ff6af6
pkgs/by-name/ethstaker-deposit-cli/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
10
version = "1.2.2";
11
12
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";
+ url = "https://github.com/ethstaker/ethstaker-deposit-cli/releases/download/v1.2.2/ethstaker_deposit-cli-b13dcb9-linux-amd64.tar.gz";
14
hash = "sha256-BK8/T9L9zPSuBgq95HY3YioxEU2fLlPmJyKmlKTVsgY=";
15
};
16
0 commit comments