Merge pull request #31387 from mbrgm/upgrade-unifi

unifi: 5.6.19 -> 5.6.20
This commit is contained in:
Renaud 2017-11-09 19:57:56 +01:00 committed by GitHub
commit aec3326ca4
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.19";
version = "5.6.20";
src = fetchurl {
url = "https://dl.ubnt.com/unifi/5.6.19/unifi_sysvinit_all.deb";
sha256 = "05xfm9k5r88j5hg4i80qxixs98rbmrsd1p1cdlczb18105lh5kxx";
url = "https://dl.ubnt.com/unifi/${version}/unifi_sysvinit_all.deb";
sha256 = "0dqkyg9lpjgj2qwbm8blh7hvlm8656d6gihyxr37dx6ja8qlzcjl";
};
buildInputs = [ dpkg ];