buildbot: 1.8.1 -> 2.1.0

This commit is contained in:
Ben Wolsieffer
2019-02-03 22:56:46 -05:00
parent de0612c46c
commit b2e11e0cdf
9 changed files with 161 additions and 131 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "buildbot-pkg";
version = "1.8.1";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "16gjdzkris6475bvsgvb0v6rkn4xb6f55s468q37n0l1r6n8snc3";
sha256 = "03lv97q4pp2izjfbwfv4zmf2fyiz7jyp537bi3gc6rhfbrfgib1i";
};
postPatch = ''