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;

View File

@ -12,7 +12,7 @@ mkDerivation rec {
src = fetchgit {
url = "http://github.com/NixOS/cabal2nix.git";
rev = "513a5fce6cfabe0b062424f6deb191a12f7e2187";
sha256 = "1j4x85cqj823d9swi473b4i9rz9wlm9m7c1il73h02dq5i67wida";
sha256 = "1rsnzgfzw6zrjwwr3a4qbhw4l07pqi9ddm2p9l3sw3agzwmc7z49";
deepClone = true;
};
isExecutable = true;