gpxsee: 10.1 → 10.3

This commit is contained in:
Nikolay Korotkiy
2022-02-07 19:10:33 -08:00
committed by Jonathan Ringer
parent 690c6dd1d3
commit 16a5e376af
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "10.1";
version = "10.3";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-tU37dKBxzz+sxe4R7xbscpD28if8QOm6xpZEOdhK8lE=";
sha256 = "sha256-rKUj2XeVI2KdyCinwqipINg9OO0IhCSFBjSeYBSMLcQ=";
};
patches = (substituteAll {