bundler-head: Correct hash

This commit is contained in:
William A. Kennington III 2015-07-06 16:41:36 -07:00
parent 7fa3e5f8d9
commit 0f21f3e00b

View file

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