Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ee32dda03b89
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b5545932361
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 18, 2018

  1. 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
    r-ryantm authored and c0bw3b committed Nov 18, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    DuCanhGH Ngô Đức Anh
    Copy the full SHA
    4b55459 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/X11/xosview2/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/X11/xosview2/default.nix
Original file line number Diff line number Diff line change
@@ -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;
};