librsvg: 2.42.0 -> 2.42.2 (maintenance)

This commit is contained in:
Vladimír Čunát 2018-02-03 19:51:08 +01:00
parent 231eb68c2a
commit 9c8b87e953
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -6,7 +6,7 @@
# no introspection by default, it's too big
let
version = "2.42.0";
version = "2.42.2";
releaseVersion = (lib.concatStringsSep "." (lib.lists.take 2
(lib.splitString "." version)));
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/librsvg/${releaseVersion}/${name}.tar.xz";
sha256 = "06j60hb1m96hnrp8phbqn8lfw2j8ai8dcddzc72yvrnrn8lagc4s";
sha256 = "0c550a0bffef768a436286116c03d9f6cd3f97f5021c13e7f093b550fac12562";
};
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;