wxSVG: 1.5.18 -> 1.5.19
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
663542ad04
commit
ee8cdd25f5
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "wxSVG-${version}";
|
||||
srcName = "wxsvg-${version}";
|
||||
version = "1.5.18";
|
||||
version = "1.5.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/wxsvg/wxsvg/${version}/${srcName}.tar.bz2";
|
||||
sha256 = "0rzjrjx3vaz2z89zw5yv8qxclfpz7hpb17rgkib0a2r3kax2jz2h";
|
||||
sha256 = "17hgaqxf2y44j1d9z11p107sk7n7m1f9nkaz7z6450pan4zphy1z";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue