Skip to content

Commit dd48b18

Browse files
github-actions[bot]aldoborrero
authored andcommitted
web3signer: 25.6.0 -> 25.9.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd86ffc commit dd48b18

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.6.0";
11+
version = "25.9.1";
1212

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

1818
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)