1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

librsvg: 2.42.4 → 2.44.9

This commit is contained in:
Jan Tojnar 2018-09-05 00:50:50 +00:00
parent 628ac455f0
commit 3844468c93
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -5,14 +5,14 @@
let
pname = "librsvg";
version = "2.42.4";
version = "2.44.9";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1qsd0j7s97ab5fzy5b5gix5b7hbw57cr46ia8pkcrr4ylsi80li2";
sha256 = "1ivg7cz7zlfjhnxvp7z2344r8r0z02mjh4mpgy823az6ps62igwj";
};
outputs = [ "out" "dev" "installedTests" ];