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 1d18fbc commit fbf73c0Copy full SHA for fbf73c0
pkgs/web3signer/default.nix
@@ -7,11 +7,11 @@
7
}:
8
stdenv.mkDerivation rec {
9
pname = "web3signer";
10
- version = "25.2.0";
+ version = "25.3.0";
11
12
src = fetchzip {
13
- url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
14
- hash = "sha256-8OWAywZkMXP4IDW9CSrjKCIHZmVipxzUti2Psp+maAU=";
+ url = "https://github.com/Consensys/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
+ hash = "sha256-T2J288f4fzcY3ZQXKQEdY4FwvmqtNeIH7qt0qxEAjOA=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments