summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/buildbot-classic
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-29 00:38:07 +0200
committermakefu <github@syntax-fehler.de>2017-07-29 00:38:07 +0200
commit17497235e84985f9b2ec4acda47f15a9fe68453e (patch)
tree3c951e0beb70c1379db060a3a0414e0cf64d2d87 /krebs/5pkgs/simple/buildbot-classic
parentca33cce6101091075fdffbb866eda58b40b0334e (diff)
buildbot-classic: fix hash of src
Diffstat (limited to 'krebs/5pkgs/simple/buildbot-classic')
-rw-r--r--krebs/5pkgs/simple/buildbot-classic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/buildbot-classic/default.nix b/krebs/5pkgs/simple/buildbot-classic/default.nix
index ab98c9fd..35397210 100644
--- a/krebs/5pkgs/simple/buildbot-classic/default.nix
+++ b/krebs/5pkgs/simple/buildbot-classic/default.nix
@@ -15,7 +15,7 @@ in nixpkgs-fix.buildPythonApplication {
src = fetchgit {
url = "https://github.com/krebscode/buildbot-classic";
rev = "211ec7815";
- sha256 = "09q8wyci7p07lrngjblwnpyxk0wddf8jzabwf598a7yiam6yc4cm";
+ sha256 = "0cyn406r31qdqhpsih7w83x47b443svpgfhxqd6w3iryv0y1z95i";
leaveDotGit = true;
};