mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Merge pull request #176392 from schnusch/invidious
invidious: unstable-2022-05-11 -> unstable-2022-07-10
This commit is contained in:
commit
9b0e8f7877
@ -21,6 +21,7 @@ crystal.buildCrystalPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iv-org";
|
owner = "iv-org";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
fetchSubmodules = true;
|
||||||
inherit (versions.invidious) rev sha256;
|
inherit (versions.invidious) rev sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ info "Running scripts/fetch-player-dependencies.cr..."
|
|||||||
git -C "$git_dir" reset --hard "$new_rev"
|
git -C "$git_dir" reset --hard "$new_rev"
|
||||||
(cd "$git_dir" && crystal run scripts/fetch-player-dependencies.cr -- --minified)
|
(cd "$git_dir" && crystal run scripts/fetch-player-dependencies.cr -- --minified)
|
||||||
rm -f "$git_dir/assets/videojs/.gitignore"
|
rm -f "$git_dir/assets/videojs/.gitignore"
|
||||||
videojs_new_sha256=$(nix hash-path --type sha256 --base32 "$git_dir/assets/videojs")
|
videojs_new_sha256=$(nix-hash --type sha256 --base32 "$git_dir/assets/videojs")
|
||||||
json_set '.videojs.sha256' "$videojs_new_sha256"
|
json_set '.videojs.sha256' "$videojs_new_sha256"
|
||||||
|
|
||||||
if git -C "$git_dir" diff-tree --quiet "${old_rev}..${new_rev}" -- 'shard.lock'; then
|
if git -C "$git_dir" diff-tree --quiet "${old_rev}..${new_rev}" -- 'shard.lock'; then
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
"sha256": "sha256-EU6T9yQCdOLx98Io8o01rEsgxDFF/Xoy42LgPopD2/A="
|
"sha256": "sha256-EU6T9yQCdOLx98Io8o01rEsgxDFF/Xoy42LgPopD2/A="
|
||||||
},
|
},
|
||||||
"invidious": {
|
"invidious": {
|
||||||
"rev": "ca27e096f3249533cc7a9b123a8a8378f3312bb7",
|
"rev": "cbcf31a4f98706ea675cafb7509b37dc2b0ceace",
|
||||||
"sha256": "0xjdzxnw6b5lk8pr82sjj60wfzxqkyamh0gpf2wxby52jvlbdcka",
|
"sha256": "sha256-RliUNAOsU3ewyUl8hz4hvtlk7ztexW9Bl/N1vKLc6Dg=",
|
||||||
"version": "unstable-2022-05-11"
|
"version": "unstable-2022-07-10"
|
||||||
},
|
},
|
||||||
"lsquic": {
|
"lsquic": {
|
||||||
"sha256": "sha256-hG8cUvhbCNeMOsKkaJlgGpzUrIx47E/WhmPIdI5F3qM=",
|
"sha256": "sha256-hG8cUvhbCNeMOsKkaJlgGpzUrIx47E/WhmPIdI5F3qM=",
|
||||||
|
Loading…
Reference in New Issue
Block a user