unifi: 9.1.119 -> 9.1.120 (#404490)

Co-authored-by: Patryk27 <pwychowaniec@pm.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-06 05:28:17 +00:00 committed by GitHub
commit 56b76fe834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "unifi-controller";
version = "9.1.119";
version = "9.1.120";
# see https://community.ui.com/releases / https://www.ui.com/download/unifi
src = fetchurl {
url = "https://dl.ui.com/unifi/${finalAttrs.version}/unifi_sysvinit_all.deb";
hash = "sha256-YKioJZG8lnVCIh1hrMxFElBKLPHurxWiGJMHKDlX1yE=";
hash = "sha256-lf1D8lXCG3+cqBCI8zJvpr6EwsQSzj8GgSQ9AP3xJVk=";
};
nativeBuildInputs = [