Skip to content

Commit

Permalink
unifi: 5.5.20 -> 5.6.16
Browse files Browse the repository at this point in the history
(cherry picked from commit 94a5de6)
  • Loading branch information
fpletz committed Sep 20, 2017
1 parent a4754a5 commit 883ea76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/unifi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 883ea76

Please sign in to comment.