invidious: move to by-name (#355086)

This commit is contained in:
Gaétan Lepage 2024-11-13 12:46:06 +01:00 committed by GitHub
commit 17767a5a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,7 @@ json_set '.invidious.date' "$date"
json_set '.invidious.commit' "$commit"
json_set '.invidious.version' "$new_version"
new_hash=$(nix-prefetch -I 'nixpkgs=../../..' "$pkg")
new_hash=$(nix-prefetch -I 'nixpkgs=../../../..' "$pkg")
json_set '.invidious.hash' "$new_hash"
# fetch video.js dependencies

View File

@ -3939,8 +3939,6 @@ with pkgs;
internetarchive = with python3Packages; toPythonApplication internetarchive;
invidious = callPackage ../servers/invidious { };
iocextract = with python3Packages; toPythonApplication iocextract;
iocsearcher = with python3Packages; toPythonApplication iocsearcher;