Merge pull request #70032 from sikmir/gpxsee

gpxsee: 7.13 -> 7.14
This commit is contained in:
markuskowa 2019-10-01 20:13:25 +02:00 committed by GitHub
commit f349aa3e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "7.13";
version = "7.14";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "08cg5k4ffj2wrcm4rk7vyixbyyz0424276fw2fn8lmziklkdqyjw";
sha256 = "13lxjbc54mw2d5jn0q61wjzm0hk2f6vmbvw11n7z8p62n8q30nvb";
};
nativeBuildInputs = [ qmake ];