tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
unifi: 4.6.6 -> 4.7.5
William A. Kennington III
10 years ago
0f85ef39
de514ea3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
unifi
default.nix
+2
-2
pkgs/servers/unifi/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "unifi-controller-${version}";
5
5
-
version = "4.6.6";
5
5
+
version = "4.7.5";
6
6
7
7
src = fetchurl {
8
8
url = "http://dl.ubnt.com/unifi/${version}/UniFi.unix.zip";
9
9
-
sha256 = "0c9j5h4dyivfdic1y2q3nvhzajzagskzxyj7009icmy3fzgkv3y5";
9
9
+
sha256 = "1d5jkpwnz4wvcjr5i73m8i5aah6rkxwd0r9239l90v1ja9lkyk7w";
10
10
};
11
11
12
12
buildInputs = [ unzip ];