summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-05 15:59:27 +0200
committermakefu <github@syntax-fehler.de>2017-08-05 15:59:27 +0200
commitf056e749e0c6bde171fd4a8feec2fa0b9832d4ad (patch)
tree5697861748dd004f0c09985c383bb7bee54c6c7c
parentad7c43c727dcab7931ed0e17ec9b79b63d96766f (diff)
buildbot: pin to revision instead of tag
-rw-r--r--krebs/5pkgs/simple/buildbot-classic/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/buildbot-classic/default.nix b/krebs/5pkgs/simple/buildbot-classic/default.nix
index d81f31296..8f37e9385 100644
--- a/krebs/5pkgs/simple/buildbot-classic/default.nix
+++ b/krebs/5pkgs/simple/buildbot-classic/default.nix
@@ -9,8 +9,9 @@ python2Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "krebscode";
repo = "buildbot-classic";
- rev = "v${version}";
- sha256 = "0j3mb3g3pgx9nar798igfva7pc5hzcg845gwz8lw7dxr504fky30";
+ # rev = "v${version}";
+ rev = "5e36c0ee8707dca8a24688d0b17f1047b0bf5bb5";
+ sha256 = "13wc0cw5p50npc1skhf22lcdirxp41y08bnhrp10n76l6wg0r4ma";
};
postUnpack = "sourceRoot=\${sourceRoot}/master";