summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-14 09:28:10 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-14 09:28:10 +0000
commit86345919c2cbedb0c9e20bee5dc25e0c74eee5cb (patch)
tree1ca1eac7f1d46ae10b1d52f677cf152b3a29758e /pkgs/development/libraries/gettext
parentbf11f132e01e00a72c0c748797bfe50fe214d0db (diff)
parentb88adf69c32b14cdac4689c815ad7fddf550eab6 (diff)
Updating from trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=22254
Diffstat (limited to 'pkgs/development/libraries/gettext')
-rw-r--r--pkgs/development/libraries/gettext/0.18.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gettext/0.18.nix b/pkgs/development/libraries/gettext/0.18.nix
index 72d23b4c9a9c5..f7f0cb0018caf 100644
--- a/pkgs/development/libraries/gettext/0.18.nix
+++ b/pkgs/development/libraries/gettext/0.18.nix
@@ -3,11 +3,11 @@
 { stdenv, fetchurl, libiconv }:
 
 stdenv.mkDerivation (rec {
-  name = "gettext-0.18";
+  name = "gettext-0.18.1.1";
   
   src = fetchurl {
     url = "mirror://gnu/gettext/${name}.tar.gz";
-    sha256 = "1rbgm6sxgq218pridn2vji5nlj3hdf4vs75rz00wc0wcw4fjqd02";
+    sha256 = "1sa3ch12qxa4h3ya6hkz119yclcccmincl9j20dhrdx5mykp3b4k";
   };
 
   configureFlags = "--disable-csharp";