bundler-head: Correct hash
This commit is contained in:
parent
7fa3e5f8d9
commit
0f21f3e00b
|
@ -5,7 +5,7 @@ buildRubyGem {
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/bundler/bundler.git";
|
url = "https://github.com/bundler/bundler.git";
|
||||||
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
|
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
|
||||||
sha256 = "11pbg71bhp66nyhwk0cpbcn1fhp4amv8sr2vx8dw83dcnqqafn92";
|
sha256 = "1vzm21fc37w89psxfk2fzi64zyb3gyhzr9smd6jk2r2kvgp6d38b";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
Loading…
Reference in New Issue