diff options
author | makefu <github@syntax-fehler.de> | 2017-11-03 08:28:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-11-03 08:28:53 +0100 |
commit | b5c3361aefe16cdf632c87353927470c982e47e7 (patch) | |
tree | b291b9c116f667f28f6d937359d59a7607d11345 /makefu | |
parent | c25ece931d4b9e0f76330563345b9a54965363c7 (diff) |
ma source: add nixpkgs cherry-picked fixes
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/source.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index 0e5bd1a93..9efdadf09 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -11,8 +11,11 @@ let then "buildbot" else "makefu"; _file = <stockholm> + "/makefu/1systems/${name}/source.nix"; - ref = "e4d07bd"; # unstable @ 2017-11-02 - # + ruby stuff (2f0b17e4be9,55a952be5b5) + ref = "a0f7ced"; # unstable @ 2017-11-02 + # + ruby stuff: 2f0b17e4be9 55a952be5b5 + # + jsbeautifier: c60bee3 + # + mitmproxy fix: a0f7cedfae31 + # + synergy fix: 5e6c76bc1 in evalSource (toString _file) [ |