gpxsee: 7.36 -> 7.37

This commit is contained in:
R. RyanTM 2020-11-28 04:20:53 +00:00
parent be36f6f0a0
commit 258bbbfa40

View file

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "7.36"; version = "7.37";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j"; sha256 = "0fpb43smh0kwic5pdxs46c0hkqj8g084h72pa024x1my6w12y9b8";
}; };
patches = (substituteAll { patches = (substituteAll {