summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext
diff options
context:
space:
mode:
authorDanny Wilson <danny@onlinetouch.nl>2013-02-28 16:42:03 +0100
committerDanny Wilson <danny@onlinetouch.nl>2013-02-28 20:04:06 +0100
commit5436ca4d87dda0687435147b5657bd0540b9f668 (patch)
tree4af2e2abf2dd509e8aa270ec4b14bbe8775ab673 /pkgs/development/libraries/gettext
parentecba7e947eb8cc1500dd1a91b544567d595a37e2 (diff)
Update gettext to 0.18.2
Diffstat (limited to 'pkgs/development/libraries/gettext')
-rw-r--r--pkgs/development/libraries/gettext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index e88308bb2e9ce..074c1b9c49f7f 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, libiconv }:
 
 stdenv.mkDerivation (rec {
-  name = "gettext-0.18.1.1";
+  name = "gettext-0.18.2";
   
   src = fetchurl {
     url = "mirror://gnu/gettext/${name}.tar.gz";
-    sha256 = "1sa3ch12qxa4h3ya6hkz119yclcccmincl9j20dhrdx5mykp3b4k";
+    sha256 = "516a6370b3b3f46e2fc5a5e222ff5ecd76f3089bc956a7587a6e4f89de17714c";
   };
 
   patches = [ ./no-gets.patch ];