Merge pull request #33516 from bflyblue/unifi-5.6.29

unifi: 5.6.22 -> 5.6.29
This commit is contained in:
Joachim F 2018-01-06 14:22:16 +00:00 committed by GitHub
commit 80130de40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "unifi-controller-${version}";
version = "5.6.22";
version = "5.6.29";
src = fetchurl {
url = "https://dl.ubnt.com/unifi/${version}/unifi_sysvinit_all.deb";
sha256 = "1ffphdi4df3jhlcl68amb90f5pj7cwyrql4qwbswynh9d623880l";
sha256 = "05na94mrd1dy95vnwd1ycqx4i38wf0lg67sjg263ilq5l1prdmz8";
};
buildInputs = [ dpkg ];