invidious: 2.20241110.0 -> 2.20250314.0
Diff: https://github.com/iv-org/invidious/compare/v2.20241110.0...v2.20250314.0 Changelog: https://github.com/iv-org/invidious/releases/tag/v2.20250314.0
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user