bump bundler-head to 1.8.9

This commit is contained in:
Hoang Xuan Phu
2016-02-03 11:33:26 +07:00
parent e83aed4c10
commit 9dbef54378

View File

@@ -1,13 +1,9 @@
{ buildRubyGem, coreutils, fetchgit }:
buildRubyGem {
name = "bundler-2015-01-11";
src = fetchgit {
url = "https://github.com/bundler/bundler.git";
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
sha256 = "1p7kzhmicfljy9n7nq3qh6lvrsckiq76ddypf6s55gfh1l98z4k9";
leaveDotGit = true;
};
name = "bundler-1.8.9";
namePrefix = "";
sha256 = "1k4sk4vf0mascqnahdnqymhr86dqj92bddciz5b2p9sv3qzryq57";
dontPatchShebangs = true;
postInstall = ''
find $out -type f -perm -0100 | while read f; do