invidious: move to by-name (#355086)
This commit is contained in:
commit
17767a5a05
@ -51,7 +51,7 @@ json_set '.invidious.date' "$date"
|
|||||||
json_set '.invidious.commit' "$commit"
|
json_set '.invidious.commit' "$commit"
|
||||||
json_set '.invidious.version' "$new_version"
|
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"
|
json_set '.invidious.hash' "$new_hash"
|
||||||
|
|
||||||
# fetch video.js dependencies
|
# fetch video.js dependencies
|
@ -3939,8 +3939,6 @@ with pkgs;
|
|||||||
|
|
||||||
internetarchive = with python3Packages; toPythonApplication internetarchive;
|
internetarchive = with python3Packages; toPythonApplication internetarchive;
|
||||||
|
|
||||||
invidious = callPackage ../servers/invidious { };
|
|
||||||
|
|
||||||
iocextract = with python3Packages; toPythonApplication iocextract;
|
iocextract = with python3Packages; toPythonApplication iocextract;
|
||||||
|
|
||||||
iocsearcher = with python3Packages; toPythonApplication iocsearcher;
|
iocsearcher = with python3Packages; toPythonApplication iocsearcher;
|
||||||
|
Loading…
Reference in New Issue
Block a user