Skip to content

Commit

Permalink
update(pkgs): Update web3signer package
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNikov authored and PetarKirov committed Jul 18, 2024
1 parent bdae7c4 commit 5c6a956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/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 = "24.2.0";
version = "24.6.0";

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

nativeBuildInputs = [makeWrapper];
Expand Down

0 comments on commit 5c6a956

Please sign in to comment.