Skip to content

Commit f310752

Browse files
committed
web3signer: 24.2.0 > 25.2.0
1 parent a6c0dfc commit f310752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/web3signer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}:
88
stdenv.mkDerivation rec {
99
pname = "web3signer";
10-
version = "24.2.0";
10+
version = "25.2.0";
1111

1212
src = fetchzip {
1313
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
14-
hash = "sha256-A5ahyVopHXSBPQF34hmDpTDXkyKBssR1mE8gcHHfuwQ=";
14+
hash = "sha256-8OWAywZkMXP4IDW9CSrjKCIHZmVipxzUti2Psp+maAU=";
1515
};
1616

1717
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)