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: adf55b78b908
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2308d5034c75
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 3, 2019

  1. go-ethereum: 1.9.2 -> 1.9.3

    xrelkd committed Sep 3, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    sikmir Nikolay Korotkiy
    Copy the full SHA
    d4d6c6b View commit details
  2. Merge pull request #68005 from xrelkd/update/go-ethereum

    go-ethereum: 1.9.2 -> 1.9.3
    adisbladis authored Sep 3, 2019
    Copy the full SHA
    2308d50 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.2";
version = "1.9.3";

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

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

meta = with stdenv.lib; {