summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/buildbot/worker.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-02-13 16:44:21 +0100
committerlassulus <lass@lassul.us>2017-02-13 16:44:21 +0100
commit024ea6d7f9e6cbca2fe2d5e171cec1d65929258b (patch)
tree971a8352705c99f215250959ce94f9a2e05433b5 /krebs/5pkgs/buildbot/worker.nix
parent8281365719165547a08cadc37b2c3ff08a119846 (diff)
k 5 buildbot: update to 0.9.4
Diffstat (limited to 'krebs/5pkgs/buildbot/worker.nix')
-rw-r--r--krebs/5pkgs/buildbot/worker.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/buildbot/worker.nix b/krebs/5pkgs/buildbot/worker.nix
index c100de5d..34e52685 100644
--- a/krebs/5pkgs/buildbot/worker.nix
+++ b/krebs/5pkgs/buildbot/worker.nix
@@ -2,12 +2,12 @@
pythonPackages.buildPythonApplication (rec {
name = "${pname}-${version}";
pname = "buildbot-worker";
- version = "0.9.1";
+ version = "0.9.4";
doCheck = false;
src = fetchurl {
url = "mirror://pypi/b/${pname}/${name}.tar.gz";
- sha256 = "00p9l1qz6mx12npjwsycp8f9a8f2har15ig79pfsg8z7a7yw93hx";
+ sha256 = "0rdrr8x7sn2nxl51p6h9ad42s3c28lb6sys84zrg0d7fm4zhv7hj";
};
buildInputs = with pythonPackages; [ setuptoolsTrial mock ];