Unverified Commit ebbc1075 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

lldpd: 1.0.20 -> 1.0.21 (#500052)

parents ef3f9286 01574c18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lldpd";
  version = "1.0.20";
  version = "1.0.21";

  src = fetchurl {
    url = "https://media.luffy.cx/files/lldpd/lldpd-${finalAttrs.version}.tar.gz";
    hash = "sha256-YbjLItSHnmj3glovuOHpKrtKukdzl3zwJYvDLtn1VFA=";
    hash = "sha256-WxsBBgeaB4W1XhvkXOxAtmtBd58+5vGo0tvXXTid8JE=";
  };

  configureFlags = [