Unverified Commit 822ba1e6 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

gpxsee: 13.34 -> 13.35 (#382356)

parents a1c6f20c 6fc4a877
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gpxsee";
  version = "13.34";
  version = "13.35";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "GPXSee";
    rev = finalAttrs.version;
    hash = "sha256-adZTcZGRE0PkG9rntvD3vLIqXOsVxP28LCZrfyVqy9M=";
    hash = "sha256-TvDopZyrRx+604ARrOiy2OsswE8/K+W5LIhOitttt3U=";
  };

  buildInputs =