summary refs log tree commit diff
path: root/pkgs/development/libraries/libgpg-error
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-12 22:59:09 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-13 18:03:01 -0700
commitc855339dc7936bdb2f821560e6f678728b6c3685 (patch)
tree8de446517012253037af9261d361493790ecb297 /pkgs/development/libraries/libgpg-error
parent2d8cfe76a9e4f05e391d30f1654d45dee5993b8a (diff)
downloadnixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.tar
nixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.tar.gz
nixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.tar.bz2
nixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.tar.lz
nixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.tar.xz
nixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.tar.zst
nixpkgs-c855339dc7936bdb2f821560e6f678728b6c3685.zip
libgpg-error: 1.18 -> 1.19
Diffstat (limited to 'pkgs/development/libraries/libgpg-error')
-rw-r--r--pkgs/development/libraries/libgpg-error/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libgpg-error/default.nix b/pkgs/development/libraries/libgpg-error/default.nix
index 586d48a8daa..23ccfc69df4 100644
--- a/pkgs/development/libraries/libgpg-error/default.nix
+++ b/pkgs/development/libraries/libgpg-error/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, gettext }:
 
 stdenv.mkDerivation rec {
-  name = "libgpg-error-1.18";
+  name = "libgpg-error-1.19";
 
   src = fetchurl {
     url = "mirror://gnupg/libgpg-error/${name}.tar.bz2";
-    sha256 = "0408v19h3h0q6w61g51hgbdg6cyw81nyzkh70qfprvsc3pkddwcz";
+    sha256 = "12wpqhjlsw4iaanifbqm2kich6c7x7lm8a7zhy6x5ifm6c9hw4jk";
   };
 
   postPatch = "sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure";