wxSVG: 1.5.19 -> 1.5.20
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:
parent
ffbb4d26f9
commit
bde427be49
@ -7,11 +7,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
name = "wxSVG-${version}";
|
name = "wxSVG-${version}";
|
||||||
srcName = "wxsvg-${version}";
|
srcName = "wxsvg-${version}";
|
||||||
version = "1.5.19";
|
version = "1.5.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/wxsvg/wxsvg/${version}/${srcName}.tar.bz2";
|
url = "mirror://sourceforge/project/wxsvg/wxsvg/${version}/${srcName}.tar.bz2";
|
||||||
sha256 = "17hgaqxf2y44j1d9z11p107sk7n7m1f9nkaz7z6450pan4zphy1z";
|
sha256 = "17j5j61l5mv7x0ncsm1kv3k5mmjqyxfpddjn7j84wdgrj62xldhm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user