3
0
Fork 0
forked from mirrors/nixpkgs

gpxsee: 8.8 -> 8.9 (#117566)

This commit is contained in:
R. RyanTM 2021-03-25 03:32:45 -07:00 committed by GitHub
parent a4456496ee
commit 9ce0619e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "8.8"; version = "8.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "sha256-eAXMmjPcfnJA5w6w/SRc6T5KHss77t0JijTB6+ctjzo="; sha256 = "sha256-nl9iu8ezgMZ1wy2swDXYRDLlkSz1II+C65UUWNvGBxg=";
}; };
patches = (substituteAll { patches = (substituteAll {