lol

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

gpxsee: 11.5 -> 11.6

authored by

Nikolay Korotkiy and committed by
GitHub
4baef62b 4428e233

+2 -2
+2 -2
pkgs/applications/misc/gpxsee/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "gpxsee"; 7 - version = "11.5"; 7 + version = "11.6"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "tumic0"; 11 11 repo = "GPXSee"; 12 12 rev = version; 13 - hash = "sha256-bA5C+BFqeOS0oFgz/qlYOFMsuh3L/U6QJbzOcRQkNhY="; 13 + hash = "sha256-kwEltkLcMCZlUJyE+nyy70WboVO1FgMw0cH1hxLVtKQ="; 14 14 }; 15 15 16 16 patches = (substituteAll {