Fix lots of fetchgit hashes (fallout from #15469)

This commit is contained in:
Tuomas Tynkkynen
2016-06-02 14:26:44 +03:00
parent d27881c014
commit bac26e08db
262 changed files with 359 additions and 359 deletions

View File

@@ -7,7 +7,7 @@ pythonPackages.buildPythonApplication rec {
src = fetchgit {
url = https://github.com/eucalyptus/euca2ools.git;
rev = "19cb7eac34dd7efe3a56e4841b9692c03458bf3b";
sha256 = "0f52jqw3s79w391lbzlh83lp55j73clvwmn2np4fy6kxc4j49da1";
sha256 = "0grsgn5gbvk1hlfa8qx7ppz7iyfyi2pdhxy8njr8lm60w4amfiyq";
};
pythonPath = [ pythonPackages.boto pythonPackages.m2crypto ];