about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2019-09-03 21:11:22 +0300
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-09-15 16:04:07 +0200
commit57230c14e585189c9696d338a1cf8b594024721f (patch)
treeaeeadc0daffc97e7d9930df29481cc4ea6d3562f /pkgs/applications/misc
parent3866029516a5e89a1e375b7d1c218d4d3b481918 (diff)
gpxsee: 7.12 -> 7.13
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/gpxsee/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/gpxsee/default.nix b/pkgs/applications/misc/gpxsee/default.nix
index 6e9296da267b4..4b2ed9af24e04 100644
--- a/pkgs/applications/misc/gpxsee/default.nix
+++ b/pkgs/applications/misc/gpxsee/default.nix
@@ -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 ];
@@ -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;
   };
 }