diff options
author | makefu <github@syntax-fehler.de> | 2017-07-24 10:29:34 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-24 10:29:34 +0200 |
commit | 0c5fbfde85ea4d3576284206ee67c0e4f7edcad3 (patch) | |
tree | 80ce373c62d3fed5e5be145132ff04103bf151ce /krebs/5pkgs/simple/buildbot-slave | |
parent | 6a1d93192fb0c02118f499c1551fbc4ae346dc08 (diff) |
buildbot: bump to new staging
Diffstat (limited to 'krebs/5pkgs/simple/buildbot-slave')
-rw-r--r-- | krebs/5pkgs/simple/buildbot-slave/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/buildbot-slave/default.nix b/krebs/5pkgs/simple/buildbot-slave/default.nix index a2a01f685..db61d7c3f 100644 --- a/krebs/5pkgs/simple/buildbot-slave/default.nix +++ b/krebs/5pkgs/simple/buildbot-slave/default.nix @@ -6,8 +6,8 @@ python2Packages.buildPythonApplication (rec { src = fetchFromGitHub { owner = "krebscode"; repo = "buildbot-classic"; - rev = "38b780ee6ceee346686f76eba363d98204b73d24"; - sha256 = "0sn0clrbkdnryyiwhrm8an53k3awwbj6m9cz8zj1jz8qdggd9fff"; + rev = "5b4f5f6f1"; + sha256 = "1j3xn1gjzvsf90jvfmyln71fzlhjx642ivrqf47zfxpkacljja93"; }; postUnpack = "sourceRoot=\${sourceRoot}/slave"; |