Merge pull request #79991 from sikmir/gpxsee

gpxsee: 7.20 -> 7.22
This commit is contained in:
Vladyslav M 2020-02-14 23:05:18 +02:00 committed by GitHub
commit 212fa68f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "7.20"; version = "7.22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "08scvhhdadzz9iydhpkn2k618bgw26z09y6nydi3hi8fc3xfnb8d"; sha256 = "0gxkx255d8cn5076ync731cdygwvi95rxv463pd4rdw5srbr0gm5";
}; };
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];