buildbot: 2.5.1 -> 2.6.0 (#78335)

This commit is contained in:
Ben Wolsieffer
2020-01-23 20:31:04 -05:00
committed by Dmitry Kalinkin
parent c857a24d2e
commit 109f179e44
4 changed files with 11 additions and 11 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "buildbot-pkg";
version = "2.5.1";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "1g87pddsyas1r0f6z29047cwnz7ds4925f6n9g7b0pkj3k73ci06";
sha256 = "07ynk46c9h47ibbdm93h15xbrzflsl4llm0jr4c8pm6krs6byb4z";
};
postPatch = ''