Commit b9c9c8b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

gpxsee: 11.11 -> 11.12

parent 199753fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "gpxsee";
  version = "11.11";
  version = "11.12";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "GPXSee";
    rev = version;
    hash = "sha256-5kT1vcbCc0Fa3ylrcQetth50IQu57upiWRRpub93jlE=";
    hash = "sha256-W35KBPYvTKrSi7UnzcUz8MsUwoq8rY5g/+hL1/gVpbI=";
  };

  patches = (substituteAll {