chefdk: 2.4.17 -> 4.7.73

This commit is contained in:
Matt McHenry
2020-02-22 21:36:48 -05:00
parent ea79a830dc
commit 84f839b9ac
4 changed files with 2211 additions and 563 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
{ lib, bundlerEnv, bundlerUpdateScript, ruby, perl, autoconf }:
bundlerEnv {
name = "chef-dk-2.4.17";
name = "chef-dk-4.7.73";
inherit ruby;
gemdir = ./.;
@@ -16,7 +16,5 @@ bundlerEnv {
license = licenses.asl20;
maintainers = with maintainers; [ offline nicknovitski ];
platforms = platforms.unix;
# chefdk depends on ruby 2.4 which we don't support anymore
broken = true;
};
}