Merge pull request #121334 from r-ryantm/auto-update/lldpd

lldpd: 1.0.8 -> 1.0.10
This commit is contained in:
Martin Weinelt
2021-05-01 00:04:04 +02:00
committed by GitHub

View File

@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "lldpd";
version = "1.0.8";
version = "1.0.10";
src = fetchurl {
url = "https://media.luffy.cx/files/lldpd/${pname}-${version}.tar.gz";
sha256 = "sha256-mNIA524w9iYsSkSTFIwYQIJ4mDKRRqV6NPjw+SjKPe8=";
sha256 = "sha256-RFstdgN+8+vQPUDh/B8p7wgQL6o6Cf6Ea5Unl8i8dyI=";
};
configureFlags = [