Skip to content

Commit

Permalink
gpxsee: 7.19 -> 7.20 (NixOS#78730)
Browse files Browse the repository at this point in the history
gpxsee: 7.19 -> 7.20
  • Loading branch information
dywedir authored Jan 28, 2020
2 parents 8c651aa + 47715b2 commit 40e30f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gpxsee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

mkDerivation rec {
pname = "gpxsee";
version = "7.19";
version = "7.20";

src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "0mfmj0g6q6p2i6bd64ik1hq2l1ddqxnc6i9m30dnfl4v1zyvlc38";
sha256 = "08scvhhdadzz9iydhpkn2k618bgw26z09y6nydi3hi8fc3xfnb8d";
};

nativeBuildInputs = [ qmake ];
Expand Down

0 comments on commit 40e30f9

Please sign in to comment.