diff options
author | makefu <github@syntax-fehler.de> | 2017-11-02 14:29:31 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-11-02 14:29:31 +0100 |
commit | 4f94853b616dce3410a7b28d37757c659deb50a6 (patch) | |
tree | a133d71942137747af8554dc01ca990117f9dcca /makefu/source.nix | |
parent | 0c4460731a457c03a1716a74c57cdcf54df5c99b (diff) |
ma source: bump to 2017-11-02
Diffstat (limited to 'makefu/source.nix')
-rw-r--r-- | makefu/source.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index 8c880a8e2..0e5bd1a93 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -11,9 +11,8 @@ let then "buildbot" else "makefu"; _file = <stockholm> + "/makefu/1systems/${name}/source.nix"; - ref = "809cf38"; # unstable @ 2017-10-07 + ref = "e4d07bd"; # unstable @ 2017-11-02 # + ruby stuff (2f0b17e4be9,55a952be5b5) - # + mitmproxy fix (360a5efd,ef52c95b) in evalSource (toString _file) [ |