summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-29 19:08:44 +0200
committermakefu <github@syntax-fehler.de>2018-03-29 19:08:44 +0200
commita64238e7660ab92c7dcdf33d13ee4222bfe5eadf (patch)
treed823188a5a6b8b7dc836fcb8a634c6119a469f21
parente4d0f7d81f5ff80eef4da50d15d5fdc0d824acf1 (diff)
buildbot: 0.8.15 -> 0.8.16
-rw-r--r--krebs/5pkgs/simple/buildbot-classic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/buildbot-classic/default.nix b/krebs/5pkgs/simple/buildbot-classic/default.nix
index 77ba0342d..3cb691f53 100644
--- a/krebs/5pkgs/simple/buildbot-classic/default.nix
+++ b/krebs/5pkgs/simple/buildbot-classic/default.nix
@@ -2,7 +2,7 @@
python2Packages.buildPythonApplication rec {
name = "buildbot-classic-${version}";
- version = "0.8.15";
+ version = "0.8.16";
namePrefix = "";
patches = [];
@@ -10,7 +10,7 @@ python2Packages.buildPythonApplication rec {
owner = "krebscode";
repo = "buildbot-classic";
rev = version;
- sha256 = "0hmmpqxs1i3nvwj9681yi0q3qz0xdcbbm0774lkn1ic5fg3c68fm";
+ sha256 = "0g686n6m0cjfyympl0ksansllx503gby3hx9gmc8hiyx6x5fkjha";
};
postUnpack = "sourceRoot=\${sourceRoot}/master";