Merge pull request #148247 from vincentbernat/fix/lldpd-1.0.13

lldpd: 1.0.11 -> 1.0.13
This commit is contained in:
Jörg Thalheim 2021-12-02 15:11:02 +00:00 committed by GitHub
commit 695db5705e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "lldpd";
version = "1.0.11";
version = "1.0.13";
src = fetchurl {
url = "https://media.luffy.cx/files/lldpd/${pname}-${version}.tar.gz";
sha256 = "sha256-tR0VcA+678t/uFw1BrSdMxc6DxXXAPkz7wRAZ7QtRuQ=";
sha256 = "sha256-1jmCf9iidyDRv9lLxS7KJK9j3cw8nS2mB4h3iInYRwE=";
};
configureFlags = [
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "802.1ab implementation (LLDP) to help you locate neighbors of all your equipments";
homepage = "https://vincentbernat.github.io/lldpd/";
homepage = "https://lldpd.github.io/";
license = licenses.isc;
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux;