diff options
author | makefu <github@syntax-fehler.de> | 2018-06-24 23:43:19 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-06-24 23:43:19 +0200 |
commit | 522148ec0e642b739b79de16aa7fe51832f90a30 (patch) | |
tree | 91ef25ebb3d3123cbe4020ebbc3a0a64007872ae | |
parent | 179a0c8e86868428d2895742d2b066cc72542070 (diff) |
ma source: cherry-pick forecastio and uhub/sqlite
-rw-r--r-- | makefu/source.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index 56d9095b2..85953615e 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -23,9 +23,11 @@ let ]; }; # TODO: automate updating of this ref + cherry-picks - ref = "60b6ab055ad"; # nixos-18.03 @ 2018-05-31 + ref = "ef4c5fbf5c2"; # nixos-18.03 @ 2018-05-31 # + do_sqlite3 ruby: 55a952be5b5 # + exfat-nofuse bump: ee6a5296a35 + # + uhub/sqlite: 5dd7610401747 + # + forecastio: f27584df02337 in evalSource (toString _file) [ |