buildbot-classic: fix hash of src

This commit is contained in:
makefu 2017-07-29 00:38:07 +02:00
parent ca33cce610
commit 17497235e8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -15,7 +15,7 @@ in nixpkgs-fix.buildPythonApplication {
src = fetchgit {
url = "https://github.com/krebscode/buildbot-classic";
rev = "211ec7815";
sha256 = "09q8wyci7p07lrngjblwnpyxk0wddf8jzabwf598a7yiam6yc4cm";
sha256 = "0cyn406r31qdqhpsih7w83x47b443svpgfhxqd6w3iryv0y1z95i";
leaveDotGit = true;
};