gpxsee: 7.27 -> 7.28

This commit is contained in:
Nikolay Korotkiy 2020-04-11 15:38:42 +03:00
parent 43020a8692
commit 9980389161
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "7.27";
version = "7.28";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "1yillax9npmz912c6qa6yijrqrbm1gaz2h69v2ab9fb127qv4anj";
sha256 = "0077y5az3hb46rvkqrpl4zxga5wnm85ca6rz1rdpwiwhq4ch9q8y";
};
nativeBuildInputs = [ qmake qttools ];