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