Update gettext to 0.18.2

This commit is contained in:
Danny Wilson 2013-02-28 16:42:03 +01:00
parent ecba7e947e
commit 5436ca4d87

View file

@ -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 ];