diff options
Diffstat (limited to 'makefu/source.nix')
-rw-r--r-- | makefu/source.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index fdd367cba..8c880a8e2 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -11,10 +11,9 @@ let then "buildbot" else "makefu"; _file = <stockholm> + "/makefu/1systems/${name}/source.nix"; - ref = "c91346e"; # unstable @ 2017-09-04 - # + graceful requests2 (a772c3aa) - # + mitmproxy fix (eee2d174) - # + tpm-tools fix (5cb9987) + ref = "809cf38"; # unstable @ 2017-10-07 + # + ruby stuff (2f0b17e4be9,55a952be5b5) + # + mitmproxy fix (360a5efd,ef52c95b) in evalSource (toString _file) [ |