unifi: 5.5.20 -> 5.6.16

This commit is contained in:
Franz Pletz 2017-09-20 23:50:03 +02:00
parent 27ed570445
commit 94a5de61af
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "unifi-controller-${version}";
version = "5.5.20";
version = "5.6.16";
src = fetchurl {
url = "https://www.ubnt.com/downloads/unifi/${version}/unifi_sysvinit_all.deb";
sha256 = "14v38x46vgwm3wg28lzv4sz6kjgp6r1xkwxnxn6pzq2r7v6xkaz0";
url = "https://www.ubnt.com/downloads/unifi/${version}-86cdeea491/unifi_sysvinit_all.deb";
sha256 = "1kfrawf48q9rx48hcnmiqndbg84v340yfykh23af7xpcxmzl5jy7";
};
buildInputs = [ dpkg ];