Skip to content

Commit

Permalink
chore(web3signer): update web3signer to v23.6.0 (nix-community#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon authored Jun 19, 2023
1 parent 5226120 commit de1e648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/signers/web3signer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "web3signer";
version = "23.2.0";
version = "23.6.0";

src = fetchzip {
url = "https://artifacts.consensys.net/public/${pname}/raw/names/${pname}.tar.gz/versions/${version}/${pname}-${version}.tar.gz";
hash = "sha256-IBDwa7ukQt4gWmgY2GW8a4HXTakbL2yEU8Gdda7GDtY=";
hash = "sha256-8IFLy6v8VnyPcnm05OUN1/Bmf5hF2B6V4wSrGQN2phw=";
};

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit de1e648

Please sign in to comment.