ceph: Fix hash

This commit is contained in:
William A. Kennington III 2015-11-17 17:10:51 -08:00
parent a5bad31da3
commit cf1ca41bfa

View File

@ -6,7 +6,7 @@ callPackage ./generic.nix (args // rec {
src = fetchgit {
url = "https://github.com/ceph/ceph.git";
rev = "refs/tags/v${version}";
sha256 = "1f8z0dxl945370ifz2ila9bc55d81h41bmdq241y9z4pvaynl6pa";
sha256 = "1lcal0jbpnm6y91s2v0g2zdnq7q0i5ql4bky294cz7g011di12vc";
};
patches = [ ./fix-pythonpath.patch ];