gpxsee: 11.3 → 11.4

This commit is contained in:
Nikolay Korotkiy 2022-09-05 11:03:13 +03:00
parent e6a9583fb1
commit ff65a9cf26
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -1,14 +1,16 @@
{ lib, stdenv, fetchFromGitHub, qmake, qttools, qttranslations, qtlocation, qtpbfimageplugin, wrapQtAppsHook, substituteAll }:
{ lib, stdenv, fetchFromGitHub, nix-update-script, substituteAll
, qmake, qttools, qttranslations, qtlocation, qtpbfimageplugin, wrapQtAppsHook
}:
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "11.3";
version = "11.4";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-n8busir6IYyWyGOv9AzYjm8erR0fjMAduIzITH+EvVI=";
hash = "sha256-aePX82B810I45n2t0OVCt1FlmkVKWgNgzCD71lYyngU=";
};
patches = (substituteAll {
@ -30,6 +32,12 @@ stdenv.mkDerivation rec {
mv GPXSee.app $out/Applications
'';
passthru = {
updateScript = nix-update-script {
attrPath = pname;
};
};
meta = with lib; {
description = "GPS log file viewer and analyzer";
longDescription = ''