Skip to content

Commit

Permalink
unifi-controller: use hash and remove blank knownVulnerabilities (Nix…
Browse files Browse the repository at this point in the history
  • Loading branch information
djds authored and RedEtherbloom committed Dec 4, 2024
1 parent 744104d commit a3671a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/un/unifi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
# see https://community.ui.com/releases / https://www.ui.com/download/unifi
src = fetchurl {
url = "https://dl.ui.com/unifi/${version}/unifi_sysvinit_all.deb";
sha256 = "sha256-004ZJEoj23FyFEBznqrpPzQ9E6DYpD7gBxa3ewSunIo=";
hash = "sha256-004ZJEoj23FyFEBznqrpPzQ9E6DYpD7gBxa3ewSunIo=";
};

nativeBuildInputs = [ dpkg ];
Expand Down Expand Up @@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
globin
patryk27
];
knownVulnerabilities = [ ];
};
}

0 comments on commit a3671a8

Please sign in to comment.