unifi: 4.8.15 -> 5.0.6 (#15920)

This commit is contained in:
Tristan Helmich 2016-06-02 14:35:30 +02:00 committed by Franz Pletz
parent 919db46afd
commit 7055c9f02b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unifi-controller-${version}";
version = "4.8.15";
version = "5.0.6";
src = fetchurl {
url = "https://dl.ubnt.com/unifi/${version}/UniFi.unix.zip";
sha256 = "1p77l2186mw32l59inyd79rpachcs634z891k1vqcwn9gm7a39r2";
sha256 = "0splrxgh1ppxnf4nynawbn8mwywqsvaib7m60wgnz4inpxhp3pp8";
};
buildInputs = [ unzip ];