diff options
author | makefu <github@syntax-fehler.de> | 2018-04-04 14:56:11 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-04-04 14:56:11 +0200 |
commit | 1b740bf9ef32972f7242226699a75b39feeb18b2 (patch) | |
tree | 4cc8947e79f84cf3e006c69225d2ae1284c8c925 /makefu/source.nix | |
parent | bd08fef3bd33658782cddc8bfa537de6c1f42c76 (diff) |
ma source: 18.03
Diffstat (limited to 'makefu/source.nix')
-rw-r--r-- | makefu/source.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index d25fe5528..bbc059947 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -21,9 +21,8 @@ let ]; }; # TODO: automate updating of this ref + cherry-picks - ref = "6583793"; # nixos-17.09 @ 2018-03-07 - # + do_sqlite3 ruby: 55a952be5b5 - # + signal: 0f19beef3, 50ad913, 9449782, b7046ab2 + ref = "a09afbfb8a4"; # nixos-18.03 @ 2018-04-04 + # + do_sqlite3 ruby: 55a952be5b5 in evalSource (toString _file) [ |