fix source hashes for cabal2nix and bundler

This commit is contained in:
Jude Taylor
2015-07-28 12:24:07 -07:00
parent cf5f43162b
commit 78e6b78bc6
2 changed files with 2 additions and 2 deletions

View File

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