mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
unifi: 5.6.18 -> 5.6.19
This commit is contained in:
parent
1e3995d3ea
commit
5114ca05cf
@ -6,11 +6,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "unifi-controller-${version}";
|
||||
version = "5.6.18";
|
||||
version = "5.6.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.ubnt.com/downloads/unifi/${version}-8261dc5066/unifi_sysvinit_all.deb";
|
||||
sha256 = "1xcnfmxwzij9qs9l71d3zkmq6q3ci80a8xbmfckb0gz08cvrw5k1";
|
||||
url = "https://dl.ubnt.com/unifi/5.6.19/unifi_sysvinit_all.deb";
|
||||
sha256 = "05xfm9k5r88j5hg4i80qxixs98rbmrsd1p1cdlczb18105lh5kxx";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg ];
|
||||
|
Loading…
Reference in New Issue
Block a user