Merge pull request #67971 from petabyteboy/feature/remove-unifi-testing
unifi: remove unifiTesting
This commit is contained in:
commit
f35cffcf36
2 changed files with 1 additions and 9 deletions
|
@ -52,11 +52,4 @@ in rec {
|
|||
version = "5.11.39";
|
||||
sha256 = "0v1gnvdazxa3bcbq8hl6796yw0mxzki2xn4s5im5k5ngmfmnswyj";
|
||||
};
|
||||
|
||||
# TODO: update as it is outdated
|
||||
unifiTesting = generic {
|
||||
version = "5.11.18";
|
||||
suffix = "-996baf2ca5";
|
||||
sha256 = "14yyfn39ix8bnn0cb6bn0ly6pqxg81lvy83y40bk0y8vxfg6maqc";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15277,8 +15277,7 @@ in
|
|||
|
||||
inherit (callPackages ../servers/unifi { })
|
||||
unifiLTS
|
||||
unifiStable
|
||||
unifiTesting;
|
||||
unifiStable;
|
||||
unifi = unifiStable;
|
||||
|
||||
virtlyst = libsForQt5.callPackage ../servers/web-apps/virtlyst { };
|
||||
|
|
Loading…
Reference in a new issue