gettext: 0.19.8 -> 0.19.8.1 (#36530)

This commit is contained in:
Ryan Mulligan 2018-06-03 05:44:57 -07:00 committed by Orivej Desh
parent a6809c0dd0
commit 838a38c4c7

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gettext-${version}";
version = "0.19.8";
version = "0.19.8.1";
src = fetchurl {
url = "mirror://gnu/gettext/${name}.tar.gz";
sha256 = "13ylc6n3hsk919c7xl0yyibc3pfddzb53avdykn4hmk8g6yzd91x";
sha256 = "0hsw28f9q9xaggjlsdp2qmbp2rbd1mp0njzan2ld9kiqwkq2m57z";
};
patches = [ ./absolute-paths.diff ];