widevine-cdm: 4.10.2557.0 -> 4.10.2710.0

This commit is contained in:
R. Ryantm 2023-12-30 08:42:51 +00:00
parent 01962add7e
commit 889213c7cd

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "widevine-cdm";
version = "4.10.2557.0";
version = "4.10.2710.0";
src = fetchzip {
url = "https://dl.google.com/widevine-cdm/${version}-linux-x64.zip";
hash = "sha256-XxTjuPjWy06SmHC6GaIVIp3zD76isCVATWwwdZljntE=";
hash = "sha256-lGTrSzUk5FluH1o4E/9atLIabEpco3C3gZw+y6H6LJo=";
stripRoot = false;
};