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

Commits on Jun 1, 2017

  1. seth: 0.5.0 -> 0.5.1

    dbrock committed Jun 1, 2017
    Copy the full SHA
    40e94d5 View commit details
  2. Merge pull request #26306 from dbrock/seth

    seth: 0.5.0 -> 0.5.1
    FRidh authored Jun 1, 2017
    Copy the full SHA
    f09d104 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/altcoins/seth.nix
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/seth.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "seth-${version}";
version = "0.5.0";
version = "0.5.1";

src = fetchFromGitHub {
owner = "dapphub";
repo = "seth";
rev = "v${version}";
sha256 = "0bgygvilhbabb0y9pv9cn8cx7cj513w9is4vh6v69h2czknrjmgz";
sha256 = "1qph1gldj24r8l6aswb1w133lrm8zsxmmxl4krjik0a73bm4ghdm";
};

nativeBuildInputs = [makeWrapper];