Merge pull request #125089 from sikmir/gpxsee

gpxsee: 9.0 → 9.1
launchpad/nixpkgs/master
markuskowa 3 years ago committed by GitHub
commit 21d26471f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/misc/gpxsee/default.nix

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "9.0";
version = "9.1";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-4MzRXpxvJcj5KptTBH6rSr2ZyQ13nV7Yq96ti+CMytw=";
sha256 = "sha256-szq1i2/NEtMK4paSkxtkKXc8yY8qGj2U/p6CzNIecAY=";
};
patches = (substituteAll {
@ -39,6 +39,6 @@ mkDerivation rec {
changelog = "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes";
license = licenses.gpl3Only;
maintainers = with maintainers; [ womfoo sikmir ];
platforms = with platforms; linux ++ darwin;
platforms = platforms.unix;
};
}

Loading…
Cancel
Save