aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/wxSVG
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-28 12:15:11 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-28 21:15:11 +0200
commit6b7a60e820210038be72afdc02d1290e63c5358c (patch)
tree70a71f02a0801662c38b5aa96e0354a82be899cf /pkgs/development/libraries/wxSVG
parentee8f6be536a6cb0009b368e72f5d3f83671bc6e9 (diff)
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
Diffstat (limited to 'pkgs/development/libraries/wxSVG')
-rw-r--r--pkgs/development/libraries/wxSVG/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wxSVG/default.nix b/pkgs/development/libraries/wxSVG/default.nix
index 59f6af7eddb2..27b95208432e 100644
--- a/pkgs/development/libraries/wxSVG/default.nix
+++ b/pkgs/development/libraries/wxSVG/default.nix
@@ -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 ];