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 5535c45 commit 8ecfbdcCopy full SHA for 8ecfbdc
pkgs/web3signer/default.nix
@@ -7,11 +7,11 @@
7
}:
8
stdenv.mkDerivation rec {
9
pname = "web3signer";
10
- version = "24.2.0";
+ version = "25.2.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-A5ahyVopHXSBPQF34hmDpTDXkyKBssR1mE8gcHHfuwQ=";
+ hash = "sha256-8OWAywZkMXP4IDW9CSrjKCIHZmVipxzUti2Psp+maAU=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments