summary refs log tree commit diff
path: root/pkgs/development/libraries/libgpg-error
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-27 00:53:56 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-27 00:53:56 +0000
commitbfb1611726ff9afd72e7b05cb09beeb4ff8b63b3 (patch)
tree739c8c46e7525f0b05c3457880ca8b255c2b4587 /pkgs/development/libraries/libgpg-error
parent881a645c3803c5938ae7dc855423a3e3aef56308 (diff)
downloadnixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.tar
nixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.tar.gz
nixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.tar.bz2
nixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.tar.lz
nixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.tar.xz
nixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.tar.zst
nixlib-bfb1611726ff9afd72e7b05cb09beeb4ff8b63b3.zip
libgpgerror: update from 1.16 to 1.17
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 4a6021918de4..143c8c739853 100644
--- a/pkgs/development/libraries/libgpg-error/default.nix
+++ b/pkgs/development/libraries/libgpg-error/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, bash, gettext }:
 
 stdenv.mkDerivation (rec {
-  name = "libgpg-error-1.16";
+  name = "libgpg-error-1.17";
 
   src = fetchurl {
     url = "mirror://gnupg/libgpg-error/${name}.tar.bz2";
-    sha256 = "16xv59zcr177gvgj97vg0rm4rixrpb4lz1q9fji3xay47i83gm62";
+    sha256 = "1dapxzxl1naghf342fwfc2w2f2c5hb9gr1a1s4n8dsqn26kybx1z";
   };
 
   # If architecture-dependent MO files aren't available, they're generated