gpxsee: 9.11 → 9.12

authored by

Nikolay Korotkiy and committed by
Bjørn Forsman
410bafef 866f134d

+3 -3
+3 -3
pkgs/applications/misc/gpxsee/default.nix
··· 2 2 3 3 mkDerivation rec { 4 4 pname = "gpxsee"; 5 - version = "9.11"; 5 + version = "9.12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tumic0"; 9 9 repo = "GPXSee"; 10 10 rev = version; 11 - sha256 = "sha256-5FGdcmkVOxjDngVQIlXnH3OPRMjaixqJ2Xb239usUuo="; 11 + sha256 = "sha256-hIDphwmS4UNSTvE+Icupipo6AmT2fiPdaufT/I3EeJ4="; 12 12 }; 13 13 14 14 patches = (substituteAll { ··· 23 23 lrelease gpxsee.pro 24 24 ''; 25 25 26 - postInstall = with stdenv; lib.optionalString isDarwin '' 26 + postInstall = lib.optionalString stdenv.isDarwin '' 27 27 mkdir -p $out/Applications 28 28 mv GPXSee.app $out/Applications 29 29 '';