Skip to content

Commit

Permalink
gpxsee: 7.12 -> 7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored and bjornfor committed Sep 15, 2019
1 parent 3866029 commit 57230c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/gpxsee/default.nix
Expand Up @@ -2,13 +2,13 @@

mkDerivation rec {
pname = "gpxsee";
version = "7.12";
version = "7.13";

src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "0c3axs3mm6xzabwbvy9vgq1sryjpi4h91nwzy9iyv9zjxz7phgzc";
sha256 = "08cg5k4ffj2wrcm4rk7vyixbyyz0424276fw2fn8lmziklkdqyjw";
};

nativeBuildInputs = [ qmake ];
Expand All @@ -28,7 +28,7 @@ mkDerivation rec {
all common GPS log file formats.
'';
license = licenses.gpl3;
maintainers = [ maintainers.womfoo ];
maintainers = with maintainers; [ womfoo sikmir ];
platforms = platforms.linux;
};
}

0 comments on commit 57230c1

Please sign in to comment.