gpxsee: 7.17 -> 7.18

This commit is contained in:
Nikolay Korotkiy 2019-11-23 16:15:58 +03:00 committed by Jon
parent 85fc419d42
commit 542116a47f

View File

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "7.17"; version = "7.18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "10mch709m4ws73yzkrx9lm2hwzl179ggpk6xkbhkvnl7rsd2yz08"; sha256 = "1z3knfqfv0rwsq66adk0qngw1r500yvy4z259bygqkzbn2l5fcjk";
}; };
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];