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

gpxsee: 12.4 -> 13.0
This commit is contained in:
Nikolay Korotkiy 2023-04-30 10:08:29 +04:00 committed by GitHub
commit c25cd75f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "12.4";
version = "13.0";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-/a6c30jv/sI0QbCXYCq9JrMpmZRk33lQBwbd0yjnxsQ=";
hash = "sha256-3s+LPD4KcnSWrg4JHPcbUjilwztjX8lAdQpx0h4dH0Y=";
};
patches = (substituteAll {