Skip to content

Commit

Permalink
geth: 1.14.3 -> 1.14.7 (#534)
Browse files Browse the repository at this point in the history
Signed-off-by: Rolf Schröder <[email protected]>
  • Loading branch information
rolfschr authored Jul 18, 2024
1 parent c10d7f8 commit 72d993c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/geth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
in
buildGoModule rec {
pname = "geth";
version = "1.14.3";
version = "1.14.7";

src = fetchFromGitHub {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
hash = "sha256-h2i/q4gfvqO8SgFxjoIhm4y0icpt+qe0Tq+3W6Ld8KM=";
hash = "sha256-axllyeumgR6DJ5NXGBVanLcjfeDEHhBTRI9eiJUpFw4=";
};

proxyVendor = true;
vendorHash = "sha256-yD4Z7vbi3D3f9xGxRQjnjbTKljtjRLeIHRAdWjSub6U=";
vendorHash = "sha256-WN+3TN7opyS9mYSGbxZsDNNAAulaGqVjXNXW4JDRvvQ=";

ldflags = ["-s" "-w"];

Expand Down

0 comments on commit 72d993c

Please sign in to comment.