Skip to content

Commit

Permalink
go-ethereum: 1.14.6 -> 1.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter committed Aug 15, 2024
1 parent 53b0c8a commit 8dbaf12
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.6";
version = "1.14.8";

src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "sha256-X9XwVZpRnkp7oVKwyvQbs8ZaWwLkuLEEHNfV5BvfVvI=";
sha256 = "sha256-y831v6ar1RdDvGQMZf2lZKgq2IQzAAQrNwDCL0xbj24=";
};

proxyVendor = true;
vendorHash = "sha256-UP+bQM8ydfbILlVhuNPVIKLyXZFTzGmHizn2hYgNE4Y=";
vendorHash = "sha256-CLGf64Fftu4u8Vaj66Q4xuRKBEMNZmpltUyaUMVyVJk=";

doCheck = false;

Expand All @@ -41,7 +41,6 @@ in buildGoModule rec {
"cmd/ethkey"
"cmd/evm"
"cmd/geth"
"cmd/p2psim"
"cmd/rlpdump"
"cmd/utils"
];
Expand Down

0 comments on commit 8dbaf12

Please sign in to comment.