Skip to content

Commit

Permalink
geth: 1.13.12 -> 1.13.14 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon authored Mar 6, 2024
1 parent c47d52c commit 0efd462
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 @@ -20,16 +20,16 @@
in
buildGoModule rec {
pname = "geth";
version = "1.13.12";
version = "1.13.14";

src = fetchFromGitHub {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
hash = "sha256-2olJV7Z01kuXlUGyI0v4YNW07/RfYiDUhBncCIS4s0A=";
hash = "sha256-+o/yOsS8tm8zvTJ17jd+dNPJpJB0vsjf4WRWNv6HgG0=";
};

vendorHash = "sha256-gcLVQTBpOE0DHz7/p7PENhwghftJKUDm88/4jaQ1VYw=";
vendorHash = "sha256-LWNFuF66KudxrpWBBXjMbrWP5CwEuPE2h3kGfILIII0=";

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

Expand Down

0 comments on commit 0efd462

Please sign in to comment.