Unverified Commit 6d88f20b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

gpxsee: 13.33 -> 13.34 (#371754)

parents 20df05ee 0e942585
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.33";
  version = "13.34";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "GPXSee";
    rev = finalAttrs.version;
    hash = "sha256-5x21KEalRpNhtSNlStziXDyDnvNmqvy6Lq0jgAZ2WE8=";
    hash = "sha256-adZTcZGRE0PkG9rntvD3vLIqXOsVxP28LCZrfyVqy9M=";
  };

  buildInputs =