Revert "bundler-HEAD: fix checksum"

This reverts commit 9cea5bcf2c.
See 9cea5bcf2c (commitcomment-13058505)
This commit is contained in:
Nikolay Amiantov 2015-09-04 01:14:50 +03:00
parent 6f3f5f536d
commit c31a677482

View File

@ -5,7 +5,7 @@ buildRubyGem {
src = fetchgit {
url = "https://github.com/bundler/bundler.git";
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
sha256 = "06qsai4ac3i2xlr7nbc4anh4cy6jd9jjf3rpj254g9gwshqv0qgr";
sha256 = "1p7kzhmicfljy9n7nq3qh6lvrsckiq76ddypf6s55gfh1l98z4k9";
leaveDotGit = true;
};
dontPatchShebangs = true;