Gaetan Lepage
2025-03-14 09:42:19 +01:00
parent 53697d582a
commit 4089d84cac
2 changed files with 5 additions and 15 deletions
-10
View File
@@ -3,7 +3,6 @@
callPackage,
crystal,
fetchFromGitHub,
fetchpatch,
librsvg,
pkg-config,
libxml2,
@@ -87,15 +86,6 @@ crystal.buildCrystalPackage rec {
sqlite
];
patches = [
# Fix proxied video streaming: https://github.com/iv-org/invidious/pull/4992
(fetchpatch {
name = "invidious-fix-video-proxy.patch";
url = "https://github.com/iv-org/invidious/compare/aa33d9b7ec5a41867c256542653ad8465fe22e7f~1...3ac8978e96069e58a02e91fc29bf52b8fc651d5c.patch";
hash = "sha256-xENsVRfEE9ACLiniOgGMDfdC0ZtJge1e1Lak2orLJro=";
})
];
format = "crystal";
shardsFile = ./shards.nix;
crystalBinaries.invidious = {
+5 -5
View File
@@ -1,11 +1,11 @@
{
"invidious": {
"hash": "sha256-O5Uv5Qat7Is/0gk0HVi8Hr2UPMLXQw7AwYnjOFaaTP8=",
"version": "2.20241110.0",
"date": "2024.11.10",
"commit": "5d2dd40b"
"hash": "sha256-OBD1QBzLPWZUz2PrMbwpjaH4bnirTkbm4HlCK4UZUbE=",
"version": "2.20250314.0",
"date": "2025.03.14",
"commit": "e23d0d1"
},
"videojs": {
"hash": "sha256-jED3zsDkPN8i6GhBBJwnsHujbuwlHdsVpVqa1/pzSH4="
"hash": "sha256-jED3zsDkPN8i6GhBBJwnsHujbuwlHdsVpVqa1/pzSH4"
}
}