lldpd: 1.0.21 -> 1.0.22 (#520283)

This commit is contained in:
Martin Weinelt
2026-05-15 09:54:10 +00:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lldpd";
version = "1.0.21";
version = "1.0.22";
src = fetchurl {
url = "https://media.luffy.cx/files/lldpd/lldpd-${finalAttrs.version}.tar.gz";
hash = "sha256-WxsBBgeaB4W1XhvkXOxAtmtBd58+5vGo0tvXXTid8JE=";
hash = "sha256-lYeUDtIxSoZ3TFSZ89+xOo64YjKmLSQ6g6HwmIaEjgM=";
};
configureFlags = [