lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

gettext: 0.19.7 -> 0.19.8

authored by

Rahul Gopinath and committed by
Vladimír Čunát
2dca0444 cf5ebca5

+3 -3
+3 -3
pkgs/development/libraries/gettext/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "gettext-${version}"; 5 - version = "0.19.7"; 5 + version = "0.19.8"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://gnu/gettext/${name}.tar.gz"; 9 - sha256 = "0gy2b2aydj8r0sapadnjw8cmb8j2rynj28d5qs1mfa800njd51jk"; 9 + sha256 = "13ylc6n3hsk919c7xl0yyibc3pfddzb53avdykn4hmk8g6yzd91x"; 10 10 }; 11 11 patches = [ ./absolute-paths.diff ]; 12 12 ··· 78 78 79 79 homepage = http://www.gnu.org/software/gettext/; 80 80 81 - maintainers = with lib.maintainers; [ zimbatm ]; 81 + maintainers = with lib.maintainers; [ zimbatm vrthra ]; 82 82 platforms = lib.platforms.all; 83 83 }; 84 84 }