gpxsee: 7.28 -> 7.29 (#86050)

This commit is contained in:
Nikolay Korotkiy 2020-04-26 14:53:44 +03:00 committed by GitHub
parent 35812875a4
commit f56459f7ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,19 @@
mkDerivation rec {
pname = "gpxsee";
version = "7.28";
version = "7.29";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "0077y5az3hb46rvkqrpl4zxga5wnm85ca6rz1rdpwiwhq4ch9q8y";
sha256 = "sha256-OTKyxEu7RZZy3JBHTM7YoH+G4lhoRfb1INLtQEKC5p4=";
};
nativeBuildInputs = [ qmake qttools ];
preConfigure = ''
lrelease lang/*.ts
lrelease gpxsee.pro
'';
postInstall = with stdenv; lib.optionalString isDarwin ''