Skip to content

Commit 0406521

Browse files
web3signer: 25.9.1 -> 25.11.0 (#753)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent fa5ad3d commit 0406521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/web3signer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
stdenv.mkDerivation rec {
1010
pname = "web3signer";
11-
version = "25.9.1";
11+
version = "25.11.0";
1212

1313
src = fetchzip {
1414
url = "https://github.com/Consensys/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
15-
hash = "sha256-5TnI4rktHk5dhHdbMH9SmI2v30o8rBJrd9nJnHEWXgw=";
15+
hash = "sha256-r/mJZu2lXe7336ipNmV3SPVCk/qw5BilayQTX48ULEo=";
1616
};
1717

1818
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)