gpxsee: 4.3 -> 4.8
This commit is contained in:
parent
81319583bc
commit
9f3c2bc839
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gpxsee-${version}";
|
name = "gpxsee-${version}";
|
||||||
version = "4.3";
|
version = "4.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tumic0";
|
owner = "tumic0";
|
||||||
repo = "GPXSee";
|
repo = "GPXSee";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "15f686frxlrmdvh5cc837kx62g0ihqj4vb87i8433g7l5vqkv3lf";
|
sha256 = "17s1v6b1j7pi0yj554bd0cg14bl854gssp5gj2pl51rxji6zr0wp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmakeHook qttools makeQtWrapper ];
|
nativeBuildInputs = [ qmakeHook qttools makeQtWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user