Merge pull request #12773 from kragniz/gnupg-2.1.11

gnupg: 2.1.10 -> 2.1.11
This commit is contained in:
Peter Simons
2016-02-04 22:23:41 +01:00
3 changed files with 4 additions and 19 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext }:
stdenv.mkDerivation rec {
name = "libgpg-error-1.20";
name = "libgpg-error-1.21";
src = fetchurl {
url = "mirror://gnupg/libgpg-error/${name}.tar.bz2";
sha256 = "08i5wxs6zlngjkv6s3dwm60w8mihxvi9agp6jfq7z6j1wdf8jrij";
sha256 = "0kdq2cbnk84fr4jqcv689rlxpbyl6bda2cn6y3ll19v3mlydpnxp";
};
postPatch = "sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure";