summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xosview2
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 15:12:34 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2018-11-19 00:12:34 +0100
commit4b5545932361382c35e2c1ce88bd8c0d5315dbea (patch)
treef4bde02856a8fbf62a27a37c43f1635a3134b86b /pkgs/tools/X11/xosview2
parentee32dda03b89556ebe73f84f085a8dc8922d1862 (diff)
xosview2: 2.2.2 -> 2.3.0
* xosview2: 2.2.2 -> 2.3.0 (#50533) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xosview2/versions * xosview2: fix licenses https://sourceforge.net/p/xosview/git/ci/v2.3.0/tree/COPYING
Diffstat (limited to 'pkgs/tools/X11/xosview2')
-rw-r--r--pkgs/tools/X11/xosview2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/X11/xosview2/default.nix b/pkgs/tools/X11/xosview2/default.nix
index c8b658d4350e..ae11cb4f4238 100644
--- a/pkgs/tools/X11/xosview2/default.nix
+++ b/pkgs/tools/X11/xosview2/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "xosview2-${version}";
- version = "2.2.2";
+ version = "2.3.0";
src = fetchurl {
url = "mirror://sourceforge/xosview/${name}.tar.gz";
- sha256 = "3502e119a5305ff2396f559340132910807351c7d4e375f13b5c338404990406";
+ sha256 = "0a588aryjn3397p7d3sp3nblnsg3v8affib1kfk3k8x0x75vgpal";
};
# The software failed to buid with this enabled; it seemed tests were not implemented
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
monitor what is going on.
'';
homepage = "http://xosview.sourceforge.net/index.html";
- license = licenses.gpl1;
+ license = with licenses; [ gpl2 bsdOriginal ];
maintainers = [ maintainers.SeanZicari ];
platforms = platforms.all;
};