Merge pull request #105497 from r-ryantm/auto-update/gpx

gpx: 2.6.7 -> 2.6.8
This commit is contained in:
Sandro 2020-12-01 01:13:11 +01:00 committed by GitHub
commit 1195944bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {