Skip to content

Commit fbf73c0

Browse files
committed
web3signer: 25.2.0 > 25.3.0
1 parent 1d18fbc commit fbf73c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/web3signer/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 = "web3signer";
10-
version = "25.2.0";
10+
version = "25.3.0";
1111

1212
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=";
13+
url = "https://github.com/Consensys/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
14+
hash = "sha256-T2J288f4fzcY3ZQXKQEdY4FwvmqtNeIH7qt0qxEAjOA=";
1515
};
1616

1717
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)