chefdk: 0.4.0 -> 0.10.0

This commit is contained in:
Matt Whiteley
2015-12-03 13:28:26 -08:00
parent 634c9db4c2
commit 94baac8d02
3 changed files with 454 additions and 103 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, bundlerEnv, ruby, perl, autoconf }:
bundlerEnv {
name = "chefdk-0.4.0";
name = "chefdk-0.10.0";
inherit ruby;
gemfile = ./Gemfile;