Skip to content

Commit

Permalink
Merge pull request #28274 from womfoo/bump/gpxsee-4.9
Browse files Browse the repository at this point in the history
gpxsee: 4.8 -> 4.9
  • Loading branch information
FRidh committed Aug 15, 2017
2 parents 55a642f + 310746b commit 2f44cbc
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 @@

stdenv.mkDerivation rec {
name = "gpxsee-${version}";
version = "4.8";
version = "4.9";

src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "17s1v6b1j7pi0yj554bd0cg14bl854gssp5gj2pl51rxji6zr0wp";
sha256 = "0jk99yhrms1wzqpcnsjydcl2nysidv639s2j7l53yp60g0zz8174";
};

nativeBuildInputs = [ qmake qttools ];
Expand Down

0 comments on commit 2f44cbc

Please sign in to comment.