shaka-packager: pin protobuf_29 (#405493)

This commit is contained in:
Niklas Korz
2025-05-09 09:52:53 +02:00
committed by GitHub
2 changed files with 5 additions and 9 deletions
+5 -5
View File
@@ -7,7 +7,7 @@
ninja,
python3,
nix-update-script,
abseil-cpp,
abseil-cpp_202401,
curl,
gtest,
nlohmann_json,
@@ -16,7 +16,7 @@
libwebm,
mbedtls,
mimalloc,
protobuf,
protobuf_29,
zlib,
}:
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
# pssh_box.py.
ps.protobuf
]))
abseil-cpp
abseil-cpp_202401
curl
gtest
nlohmann_json
@@ -69,9 +69,9 @@ stdenv.mkDerivation (finalAttrs: {
libwebm
mbedtls
mimalloc
(protobuf.override {
(protobuf_29.override {
# must be the same version as for shaka-packager
inherit abseil-cpp;
abseil-cpp = abseil-cpp_202401;
})
zlib
];
-4
View File
@@ -13459,10 +13459,6 @@ with pkgs;
mpvScripts = mpv-unwrapped.scripts;
shaka-packager = callPackage ../by-name/sh/shaka-packager/package.nix {
abseil-cpp = abseil-cpp_202401;
};
mu-repo = python3Packages.callPackage ../applications/misc/mu-repo { };
murmur =