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.
web3signer
1 parent ddd8773 commit 87fcfb6Copy full SHA for 87fcfb6
pkgs/web3signer/default.nix
@@ -7,11 +7,11 @@
7
}:
8
stdenv.mkDerivation rec {
9
pname = "web3signer";
10
- version = "24.2.0";
+ version = "24.6.0";
11
12
src = fetchzip {
13
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
14
- hash = "sha256-A5ahyVopHXSBPQF34hmDpTDXkyKBssR1mE8gcHHfuwQ=";
+ hash = "sha256-TW2NYV+8tJMLIw2IaW9hnD4P47zQXkGIBqpCpUqL7kQ=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments