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

gpxsee: 11.9 -> 11.11
This commit is contained in:
Nikolay Korotkiy
2022-12-22 20:10:32 +04:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "11.9";
version = "11.11";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-R/Kuk4nRJg3ozNNmzzNDnGcsmBmlk0g9d+F8JwLFz98=";
hash = "sha256-5kT1vcbCc0Fa3ylrcQetth50IQu57upiWRRpub93jlE=";
};
patches = (substituteAll {