diff options
author | makefu <github@syntax-fehler.de> | 2018-08-10 00:43:18 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-08-10 00:43:18 +0200 |
commit | 2e491792d09b29f3afefe3179c9ef427ddcea798 (patch) | |
tree | ca5fa0b2b94603946d8ab2698c60759c0fbd1ee6 | |
parent | c3d5454f317ff2339b51ddc24dc3eab3cd3a9251 (diff) |
ma source: bump
-rw-r--r-- | makefu/source.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index fac1c0282..82a41886b 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -24,11 +24,10 @@ let ]; }; # TODO: automate updating of this ref + cherry-picks - ref = "14946ec63a1"; # nixos-18.03 @ 2018-05-31 + ref = "8f991294288"; # nixos-18.03 @ 2018-08-06 # + do_sqlite3 ruby: 55a952be5b5 # + exfat-nofuse bump: ee6a5296a35 # + uhub/sqlite: 5dd7610401747 - # + forecastio: f27584df02337 in evalSource (toString _file) [ |