Unverified Commit 2f7ef979 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #160324 from r-ryantm/auto-update/gpxsee

gpxsee: 10.3 -> 10.4
parents 4112cccc 94b52f0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "gpxsee";
  version = "10.3";
  version = "10.4";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "GPXSee";
    rev = version;
    sha256 = "sha256-rKUj2XeVI2KdyCinwqipINg9OO0IhCSFBjSeYBSMLcQ=";
    sha256 = "sha256-3AwUfx8IIWJO4uVAhXJE5Oola+60VUpXUwmALqJo2vw=";
  };

  patches = (substituteAll {