Merge pull request #67230 from sikmir/gpxsee

gpxsee: 7.11 -> 7.12
This commit is contained in:
Sarah Brofeldt 2019-08-22 09:50:57 +02:00 committed by GitHub
commit d8c92757c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "7.11";
version = "7.12";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "1b4ky7m990h3rmam9lb1w6vns1mxd8ri6is3a8qgdl8kd6xcl5d7";
sha256 = "0c3axs3mm6xzabwbvy9vgq1sryjpi4h91nwzy9iyv9zjxz7phgzc";
};
nativeBuildInputs = [ qmake ];