Skip to content

Commit

Permalink
unifi: 5.6.30 -> 5.6.36
Browse files Browse the repository at this point in the history
  • Loading branch information
badmutex committed Mar 18, 2018
1 parent b3c6cb6 commit 7549118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6.30";
version = "5.6.36";

src = fetchurl {
url = "https://dl.ubnt.com/unifi/${version}/unifi_sysvinit_all.deb";
sha256 = "083bh29i7dpn0ajc6h584vhkybiavnln3xndpb670chfrbywxyj4";
sha256 = "075q7vm56fdsjwh72y2cb1pirl2pxdkvqnhvd3bf1c2n64mvp6bi";
};

buildInputs = [ dpkg ];
Expand Down

0 comments on commit 7549118

Please sign in to comment.