unifi: 9.0.108 -> 9.0.114

This commit is contained in:
R. Ryantm
2025-02-05 01:05:50 +00:00
parent ab36ef17c8
commit 0ea9db0c4f
+2 -2
View File
@@ -9,12 +9,12 @@
stdenv.mkDerivation rec {
pname = "unifi-controller";
version = "9.0.108";
version = "9.0.114";
# 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";
hash = "sha256-p+t4W8mR+CtmSXZqxpP1U55iHhKz7sXcL3Pu+0peNrU=";
hash = "sha256-3xumIIzr+tx60kPhPfSs2Kz2iJ39Kt5934Vca/MpUu4=";
};
nativeBuildInputs = [ dpkg ];