gpx: 2.6.7 -> 2.6.8

This commit is contained in:
R. RyanTM 2020-11-30 21:32:10 +00:00
parent 0d8491cb2b
commit d856cb8264

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gpx"; pname = "gpx";
version = "2.6.7"; version = "2.6.8";
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "markwal"; owner = "markwal";
repo = "GPX"; repo = "GPX";
rev = version; rev = version;
sha256 = "1dl5vlsx05ipy10h18xigicb3k7m33sa9hfyd46hkpr2glx7jh4p"; sha256 = "1izs8s5npkbfrsyk17429hyl1vyrbj9dp6vmdlbb2vh6mfgl54h8";
}; };
meta = { meta = {