gettext: 0.20.1 -> 0.21

See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00009.html
for release information
This commit is contained in:
Lancelot SIX
2020-08-04 21:59:52 +02:00
committed by Frederik Rietdijk
parent 1d1539135a
commit bb167702fa
2 changed files with 2 additions and 85 deletions
@@ -7,15 +7,14 @@
stdenv.mkDerivation rec {
pname = "gettext";
version = "0.20.1";
version = "0.21";
src = fetchurl {
url = "mirror://gnu/gettext/${pname}-${version}.tar.gz";
sha256 = "0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6";
sha256 = "04kbg1sx0ncfrsbr85ggjslqkzzb243fcw9nyh3rrv1a22ihszf7";
};
patches = [
./absolute-paths.diff
./gettext.git-2336451ed68d91ff4b5ae1acbc1eca30e47a86a9.patch
]
++ lib.optional stdenv.isDarwin
(fetchpatch {