Merge pull request #67971 from petabyteboy/feature/remove-unifi-testing

unifi: remove unifiTesting
This commit is contained in:
Franz Pletz 2019-09-02 22:18:18 +00:00 committed by GitHub
commit f35cffcf36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -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";
};
}

View file

@ -15277,8 +15277,7 @@ in
inherit (callPackages ../servers/unifi { })
unifiLTS
unifiStable
unifiTesting;
unifiStable;
unifi = unifiStable;
virtlyst = libsForQt5.callPackage ../servers/web-apps/virtlyst { };