lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

gpxsee: 11.11 -> 11.12

authored by

Nikolay Korotkiy and committed by
GitHub
524b2a65 ed60ce09

+2 -2
+2 -2
pkgs/applications/misc/gpxsee/default.nix
··· 21 21 in 22 22 stdenv.mkDerivation rec { 23 23 pname = "gpxsee"; 24 - version = "11.11"; 24 + version = "11.12"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "tumic0"; 28 28 repo = "GPXSee"; 29 29 rev = version; 30 - hash = "sha256-5kT1vcbCc0Fa3ylrcQetth50IQu57upiWRRpub93jlE="; 30 + hash = "sha256-W35KBPYvTKrSi7UnzcUz8MsUwoq8rY5g/+hL1/gVpbI="; 31 31 }; 32 32 33 33 patches = (substituteAll {