summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-05 14:08:51 +0200
committermakefu <github@syntax-fehler.de>2017-08-05 14:08:51 +0200
commitb4e8ae13698ea1cd32e0b8e187a812687f28715b (patch)
treee8f2953b2c40f45fb21732d78723360e447b2bd1
parentf1124bd208306b2cfe32e1b85ccb810455453483 (diff)
buildbot: bump to 0.8.14
-rw-r--r--krebs/5pkgs/simple/buildbot-classic/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/krebs/5pkgs/simple/buildbot-classic/default.nix b/krebs/5pkgs/simple/buildbot-classic/default.nix
index f723e7255..3f70bf6a8 100644
--- a/krebs/5pkgs/simple/buildbot-classic/default.nix
+++ b/krebs/5pkgs/simple/buildbot-classic/default.nix
@@ -1,14 +1,15 @@
{ pkgs, fetchgit, fetchFromGitHub, python2Packages, git, ... }:
-python2Packages.buildPythonApplication {
- name = "buildbot-classic-0.8.13";
+python2Packages.buildPythonApplication rec {
+ name = "buildbot-classic-${version}";
+ version = "0.8.14";
namePrefix = "";
patches = [];
src = fetchgit {
url = "https://github.com/krebscode/buildbot-classic";
- rev = "da5c0204e";
- sha256 = "12aaq8ir9k7n2x9m2jnpcs4rr3pcixncbd3bm36ndh93n80q1z3j";
+ rev = "f26147d17";
+ sha256 = "096fzcg36qbvfqc3nx3g4608khlkwx81myl1dww1q2i1sa6bgzzh";
leaveDotGit = true;
};