mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
[Backport release-25.05] widevine-cdm: fix build (#437048)
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "4.10.2891.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://dl.google.com/widevine-cdm/${finalAttrs.version}-linux-x64.zip";
|
||||
# The download 404s
|
||||
url = "https://web.archive.org/web/20250725071306/https://dl.google.com/widevine-cdm/4.10.2891.0-linux-x64.zip";
|
||||
hash = "sha256-ZO6FmqJUnB9VEJ7caJt58ym8eB3/fDATri3iOWCULRI=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user