Skip to content

Commit

Permalink
go-ethereum: 1.14.12 -> 1.14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent bb2b0c5 commit ae8994a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/go/go-ethereum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "go-ethereum";
version = "1.14.12";
version = "1.14.13";

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

proxyVendor = true;
Expand Down

0 comments on commit ae8994a

Please sign in to comment.