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 cd86ffc commit dd48b18Copy full SHA for dd48b18
pkgs/by-name/web3signer/default.nix
@@ -8,11 +8,11 @@
8
}:
9
stdenv.mkDerivation rec {
10
pname = "web3signer";
11
- version = "25.6.0";
+ version = "25.9.1";
12
13
src = fetchzip {
14
url = "https://github.com/Consensys/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
15
- hash = "sha256-OE7VLQEVsNLn147OZd3/8fKpaj7Ow/opv++c7aCjdVo=";
+ hash = "sha256-5TnI4rktHk5dhHdbMH9SmI2v30o8rBJrd9nJnHEWXgw=";
16
};
17
18
nativeBuildInputs = [makeWrapper];
0 commit comments