Fix lots of fetchgit hashes (fallout from #15469)

This commit is contained in:
Tuomas Tynkkynen
2016-06-03 17:17:08 +03:00
parent d27881c014
commit bac26e08db
262 changed files with 359 additions and 359 deletions
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = git://github.com/MeanEYE/Disk-Indicator.git;
rev = "51ef4afd8141b8d0659cbc7dc62189c56ae9c2da";
sha256 = "0f8mxl3wqlap8zajdk6r9liliayp8w4xs4jy8jbwanmmppwz0nb9";
sha256 = "10jx6mx9qarn21p2l2jayxkn1gmqhvck1wymgsr4jmbwxl8ra5kd";
};
buildInputs = [ libX11 ];