jekyll: 2.5.3 -> 3.0.1

This commit is contained in:
Jakob Gillich
2016-01-09 05:26:01 +01:00
parent 542906a29b
commit 073a5e9e41
4 changed files with 42 additions and 239 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
{ stdenv, lib, bundlerEnv, ruby_2_1, curl }:
{ stdenv, lib, bundlerEnv, ruby_2_2, curl }:
bundlerEnv {
name = "jekyll-2.5.3";
bundlerEnv rec {
name = "jekyll-${version}";
version = "3.0.1";
ruby = ruby_2_1;
ruby = ruby_2_2;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;