3
0
Fork 0
forked from mirrors/nixpkgs

wxSVG: 1.5.14 -> 1.5.15 (#46944)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
This commit is contained in:
R. RyanTM 2018-09-28 12:15:11 -07:00 committed by xeji
parent ee8f6be536
commit 6b7a60e820

View file

@ -7,11 +7,11 @@ stdenv.mkDerivation rec {
name = "wxSVG-${version}";
srcName = "wxsvg-${version}";
version = "1.5.14";
version = "1.5.15";
src = fetchurl {
url = "mirror://sourceforge/project/wxsvg/wxsvg/${version}/${srcName}.tar.bz2";
sha256 = "0xl5ghd8yj1ciwf87f12ii7vg38ir0snrds2rhi47pv5gypfkiq5";
sha256 = "1f6fhkdmcfs8w7x08vhiqygss4qzcsimhd91h0j58zw25ky6rzqn";
};
nativeBuildInputs = [ pkgconfig ];