invidious: 2.20260207.0 -> 2.20260626.0 (#536359)

This commit is contained in:
kirillrdy
2026-06-28 22:27:35 +00:00
committed by GitHub
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -31,6 +31,7 @@ in
crystal.buildCrystalPackage rec {
pname = "invidious";
inherit (versions.invidious) version;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "iv-org";
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl crystal crystal2nix jq git moreutils nix nix-prefetch pkg-config pcre gnugrep
#!nix-shell -i bash -p curl crystal crystal2nix jq git moreutils nix nurl pkg-config pcre gnugrep
git_url='https://github.com/iv-org/invidious.git'
git_branch='master'
git_dir='/var/tmp/invidious.git'
@@ -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=$(nurl --submodules --hash "$git_url" "$new_tag")
json_set '.invidious.hash' "$new_hash"
# fetch video.js dependencies
+5 -5
View File
@@ -1,11 +1,11 @@
{
"invidious": {
"hash": "sha256-tACx4+HqouftDalZlrurS75gYvS02qnmxQoL91YfTjg=",
"version": "2.20260207.0",
"date": "2026.02.07",
"commit": "118d6356"
"hash": "sha256-xJZjEnSeMnDo37ohtSAI2ucaPPv+nBYdrslHUCL/Pd8=",
"version": "2.20260626.0",
"date": "2026.06.27",
"commit": "ad0bd928"
},
"videojs": {
"hash": "sha256-jED3zsDkPN8i6GhBBJwnsHujbuwlHdsVpVqa1/pzSH4="
}
}
}