invidious: unstable-2023-06-06 -> unstable-2023-08-07

+12 -8
+9 -5
pkgs/servers/invidious/default.nix
··· 97 cp -r config/sql $out/share/invidious/config 98 ''; 99 100 - # Invidious tries to open config/config.yml and connect to the database, even 101 - # when running --help. This specifies a minimal configuration in an 102 - # environment variable. Even though the database is bogus, --help still 103 - # works. 104 installCheckPhase = '' 105 - INVIDIOUS_CONFIG="database_url: sqlite3:///dev/null" $out/bin/invidious --help 106 ''; 107 108 passthru = {
··· 97 cp -r config/sql $out/share/invidious/config 98 ''; 99 100 + # Invidious tries to open and validate config/config.yml, even when 101 + # running --help. This specifies a minimal configuration in an 102 + # environment variable. Even though the database and hmac_key are 103 + # bogus, --help still works. 104 installCheckPhase = '' 105 + INVIDIOUS_CONFIG="$(cat <<EOF 106 + database_url: sqlite3:///dev/null 107 + hmac_key: "this-is-required" 108 + EOF 109 + )" $out/bin/invidious --help 110 ''; 111 112 passthru = {
+3 -3
pkgs/servers/invidious/versions.json
··· 4 "sha256": "sha256-EU6T9yQCdOLx98Io8o01rEsgxDFF/Xoy42LgPopD2/A=" 5 }, 6 "invidious": { 7 - "rev": "545a5937d87d31622e87bb2ba8151f8aecd66c81", 8 - "sha256": "sha256-1Ra3nLO2DsnTvyovteF0cOIl07GHbJyPbTYBRIyKuAs=", 9 - "version": "unstable-2023-06-06" 10 }, 11 "lsquic": { 12 "sha256": "sha256-hG8cUvhbCNeMOsKkaJlgGpzUrIx47E/WhmPIdI5F3qM=",
··· 4 "sha256": "sha256-EU6T9yQCdOLx98Io8o01rEsgxDFF/Xoy42LgPopD2/A=" 5 }, 6 "invidious": { 7 + "rev": "34508966027fce3f460d9670eeecef67b92565a0", 8 + "sha256": "sha256-z+6YHhESb0Ws9DRaVH4AR2i/SaWgM9OhTzxdY1bkv/0=", 9 + "version": "unstable-2023-08-07" 10 }, 11 "lsquic": { 12 "sha256": "sha256-hG8cUvhbCNeMOsKkaJlgGpzUrIx47E/WhmPIdI5F3qM=",