gpxsee: 10.5 → 11.0

This commit is contained in:
Nikolay Korotkiy 2022-06-03 10:26:12 +03:00
parent 6042a2221e
commit c0ac5b76d3
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "10.5";
version = "11.0";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-TvOdyzWvGSdl8aSA+pAOpPVpQzK9POmqtClqdXAMsws=";
sha256 = "sha256-UT3Q7pirEXvwQmqHHiSivX/VNZPVLwRJ/aiP7wpkhqQ=";
};
patches = (substituteAll {