mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
unifi: 10.5.54 -> 10.5.67 (#550358)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "unifi-controller";
|
||||
version = "10.5.54";
|
||||
version = "10.5.67";
|
||||
|
||||
# See https://community.ui.com/releases or https://www.ui.com/download/unifi.
|
||||
#
|
||||
@@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
# as well.
|
||||
src = fetchurl {
|
||||
url = "https://dl.ui.com/unifi/${finalAttrs.version}/unifi_sysvinit_all.deb";
|
||||
hash = "sha256-Ed6N6lbxPgCaDm7w9m8H/nlw9hBJELnzIKr0s7MoaYU=";
|
||||
hash = "sha256-7juZuVZ4vk4di1jjgm6JEVMbErMu6L8epLSft+dvl4M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user