3
0
Fork 0
forked from mirrors/nixpkgs

librsvg: 2.42.2 → 2.42.3

This commit is contained in:
Jan Tojnar 2018-04-07 01:52:15 +02:00
parent b9219912de
commit 2b6596962b
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.2";
version = "2.42.3";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "0c550a0bffef768a436286116c03d9f6cd3f97f5021c13e7f093b550fac12562";
sha256 = "0mz6rdxpnnjnk15nahlwpa2gba0ws1hs2dnyk1agqw5ip522qkvh";
};
outputs = [ "out" "dev" ];