Skip to content

Commit

Permalink
go-ethereum: 1.14.9 -> 1.14.11 (#346969)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood authored Oct 7, 2024
2 parents fa62cbb + d7b531e commit bfb6f21
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.9";
version = "1.14.11";

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

proxyVendor = true;
vendorHash = "sha256-Fxl8fisdCH0nlUFOS5NLMnvfpqIhlTd6/BbR+qIzlKQ=";
vendorHash = "sha256-xPFTvzsHMWVyeAt7m++6v2l8m5ZvnLaIDGki/TWe5kU=";

doCheck = false;

Expand Down

0 comments on commit bfb6f21

Please sign in to comment.