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

Commits on Jul 18, 2018

  1. npth: 1.5 -> 1.6

    minor bump
    dtzWill committed Jul 18, 2018
    Copy the full SHA
    488d42b View commit details

Commits on Jul 19, 2018

  1. Merge pull request #43719 from dtzWill/update/npth-1.6

    npth: 1.5 -> 1.6
    dtzWill authored Jul 19, 2018
    Copy the full SHA
    ab0f31f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/npth/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/npth/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "npth-1.5";
name = "npth-1.6";

src = fetchurl {
url = "mirror://gnupg/npth/${name}.tar.bz2";
sha256 = "1hmkkp6vzyrh8v01c2ynzf9vwikyagp7p1lxhbnr4ysk3w66jji9";
sha256 = "1lg2lkdd3z1s3rpyf88786l243adrzyk9p4q8z9n41ygmpcsp4qk";
};

doCheck = true;