wxSVG: 1.5.15 -> 1.5.16

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 2019-02-03 14:36:10 -08:00
parent 8f58e00226
commit 0a8be6b526
1 changed files with 2 additions and 2 deletions

View File

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