mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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.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
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user