buildbot: 2.8.0 -> 2.8.1

This commit is contained in:
Ben Wolsieffer
2020-06-06 18:31:19 -04:00
committed by Dmitry Kalinkin
parent c6a8c32613
commit b783e570ac
4 changed files with 14 additions and 19 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "buildbot-pkg";
version = "2.8.0";
version = "2.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "09sf36h8q8wrp0n57nb9915k86qdjyjj4xpdzy8q4s9z121iw0xz";
sha256 = "03ppmrnpyd77azylv1c673cffk6x53j9flx4i99k33bljmdy8iv4";
};
postPatch = ''