Skip to content

Commit

Permalink
go-ethereum: 1.14.11 -> 1.14.12 (NixOS#358106)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood authored Nov 23, 2024
2 parents 1a5c761 + 7804c4d commit 83f7f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/go-ethereum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ let

in buildGoModule rec {
pname = "go-ethereum";
version = "1.14.11";
version = "1.14.12";

src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
hash = "sha256-y4tUV5TGhvvaLTukT0jVhoBWxXQlDFVKHScQC8Ytl/A=";
hash = "sha256-s1BSFTjqro3gFyKphU8FdpjViKyyZc0bt1m+lzkAcBU=";
};

proxyVendor = true;
vendorHash = "sha256-xPFTvzsHMWVyeAt7m++6v2l8m5ZvnLaIDGki/TWe5kU=";
vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";

doCheck = false;

Expand Down

0 comments on commit 83f7f0c

Please sign in to comment.