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

Commits on Mar 21, 2019

  1. Copy the full SHA
    4696ddf View commit details

Commits on Mar 22, 2019

  1. Merge pull request #58073 from dtzWill/update/libgpg-error-1.36

    libgpgerror: 1.34 -> 1.36
    dtzWill authored Mar 22, 2019
    Copy the full SHA
    a7044d3 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/libraries/libgpg-error/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/libraries/libgpg-error/default.nix
Original file line number Diff line number Diff line change
@@ -16,12 +16,12 @@
outputBin = "out";
};
in stdenv.mkDerivation (rec {
name = "libgpg-error-${version}";
version = "1.34";
pname = "libgpg-error";
version = "1.36";

src = fetchurl {
url = "mirror://gnupg/libgpg-error/${name}.tar.bz2";
sha256 = "10cc76y7zi6wsdmpy1abf3i0q17bj59q5ysy8cpnpf3ixsfpk006";
url = "mirror://gnupg/${pname}/${pname}-${version}.tar.bz2";
sha256 = "0z696dmhfxm2n6pmr8b857wwljq9h633yi99bhbn7h88f91rigds";
};

postPatch = ''