about summary refs log tree commit diff
path: root/pkgs/development/libraries/wxSVG
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 18:02:00 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 18:02:00 -0800
commitda6aefba6a6d70b4ae415cb6c957c5130caf4e82 (patch)
tree3ee92a07014406a750e0127bd86c114b9495d23a /pkgs/development/libraries/wxSVG
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
wxSVG: 1.5.11 -> 1.5.13
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.5.13 with grep in /nix/store/hcf1ibw1hvrwic1zagy3cvi1fc73rfgk-wxSVG-1.5.13
- found 1.5.13 in filename of file in /nix/store/hcf1ibw1hvrwic1zagy3cvi1fc73rfgk-wxSVG-1.5.13
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 b991590924db3..82b72a0fc7b34 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.11";
+  version = "1.5.13";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/wxsvg/wxsvg/${version}/${srcName}.tar.bz2";
-    sha256 = "0m3ff8mjiq4hvy8rmxyc9fkpf24xwxhvr3a6jmvr2q5zc41xhz7x";
+    sha256 = "029a1rayp4c480x8ayng13rcjk1j98ar0z6ggijrznkn8kgx8j2j";
   };
 
   nativeBuildInputs = [ pkgconfig ];