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 2fcf073 commit 2938cd2Copy full SHA for 2938cd2
pkgs/web3signer/default.nix
@@ -7,11 +7,11 @@
7
}:
8
stdenv.mkDerivation rec {
9
pname = "web3signer";
10
- version = "24.6.0";
+ version = "25.2.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-TW2NYV+8tJMLIw2IaW9hnD4P47zQXkGIBqpCpUqL7kQ=";
+ hash = "sha256-8OWAywZkMXP4IDW9CSrjKCIHZmVipxzUti2Psp+maAU=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments