diff options
author | makefu <github@syntax-fehler.de> | 2018-05-31 12:26:53 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-05-31 12:38:29 +0200 |
commit | f6006d7df1fbe2e24b32d945eb55aede97b41886 (patch) | |
tree | 0502343b529e6c53c7d7ec783b6fb506539f22ff /makefu/source.nix | |
parent | 10deb114affc296224df59a5e4a3161101548613 (diff) |
ma source: fix exfat-nofuse build
Diffstat (limited to 'makefu/source.nix')
-rw-r--r-- | makefu/source.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index a15edd1aa..56d9095b2 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -23,8 +23,9 @@ let ]; }; # TODO: automate updating of this ref + cherry-picks - ref = "a8e3e2cc1f7"; # nixos-18.03 @ 2018-05-31 - # + do_sqlite3 ruby: 55a952be5b5 + ref = "60b6ab055ad"; # nixos-18.03 @ 2018-05-31 + # + do_sqlite3 ruby: 55a952be5b5 + # + exfat-nofuse bump: ee6a5296a35 in evalSource (toString _file) [ |