diff options
author | makefu <github@syntax-fehler.de> | 2018-01-04 18:36:47 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-01-04 18:36:47 +0100 |
commit | e02e7053aaabc883ae4a6aa23886b6ee92cebb79 (patch) | |
tree | 5cfb5ea027d761d19d78e614ce807ea63a57d1ae | |
parent | ba42be899d0af94f5a3a1c9a71451c76d4666eb4 (diff) |
ma source: cherry-pick latest kernel bump
-rw-r--r-- | makefu/source.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index ccdc7b9f0..822b1e7c0 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -13,8 +13,9 @@ let then "buildbot" else "makefu"; _file = <stockholm> + "/makefu/1systems/${name}/source.nix"; - ref = "475bec2"; # unstable @ 2017-08-04 + ref = "d37e53e"; # unstable @ 2017-12-08 # + do_sqlite3 ruby: 55a952be5b5 + # + kernel bump: 1e129a3f993 in evalSource (toString _file) [ |