Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64271dcbecce
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2be1eac7fc21
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 27, 2019

  1. go-ethereum: 1.9.3 -> 1.9.5

    xrelkd committed Sep 27, 2019
    Copy the full SHA
    042597a View commit details

Commits on Oct 1, 2019

  1. Merge pull request #69724 from xrelkd/update/go-ethereum

    go-ethereum: 1.9.3 -> 1.9.5
    Jon authored Oct 1, 2019
    Copy the full SHA
    2be1eac View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/blockchains/go-ethereum.nix
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/go-ethereum.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "go-ethereum";
version = "1.9.3";
version = "1.9.5";

goPackagePath = "github.com/ethereum/go-ethereum";

@@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "0lv6gxp34j26hqazcvyr4c7rsl1vljm6cfzkcmlapsjdgym505bg";
sha256 = "1h1c02dgazlcgp9lrm0zsig80nfj0c9553jy9nsvjyzf95ym1542";
};

meta = with stdenv.lib; {