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