Update gettext to 0.18.2
This commit is contained in:
parent
ecba7e947e
commit
5436ca4d87
pkgs/development/libraries/gettext
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, libiconv }:
|
{ stdenv, fetchurl, libiconv }:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
name = "gettext-0.18.1.1";
|
name = "gettext-0.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gettext/${name}.tar.gz";
|
url = "mirror://gnu/gettext/${name}.tar.gz";
|
||||||
sha256 = "1sa3ch12qxa4h3ya6hkz119yclcccmincl9j20dhrdx5mykp3b4k";
|
sha256 = "516a6370b3b3f46e2fc5a5e222ff5ecd76f3089bc956a7587a6e4f89de17714c";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./no-gets.patch ];
|
patches = [ ./no-gets.patch ];
|
||||||
|
|
Loading…
Reference in New Issue