dash-mpd-cli: 0.2.25 → 0.2.26 (#394743)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-08 00:35:27 +02:00
committed by GitHub
+6 -3
View File
@@ -8,6 +8,7 @@
ffmpeg,
libxslt,
shaka-packager,
nix-update-script,
}:
let
@@ -24,13 +25,13 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dash-mpd-cli";
version = "0.2.25";
version = "0.2.26";
src = fetchFromGitHub {
owner = "emarsden";
repo = "dash-mpd-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-xC/U48QyVn9K8Do1909XS7j9aY+ia0gd5cMdfipIds4=";
hash = "sha256-PMzHWY129Bddl1RQQyEPstqvDLAqXxGv9I3fw1AylBo=";
};
patches = [
@@ -38,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
useFetchCargoVendor = true;
cargoHash = "sha256-QHfon0795XNtG3jCVv56EIA1pPToWUiopKWI3cA7Vg0=";
cargoHash = "sha256-qy8X9DoBD5MIUQ6akalqtyasst0ZKJJLZTEz+6Hp6EI=";
nativeBuildInputs = [
makeWrapper
@@ -59,6 +60,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
}
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Download media content from a DASH-MPEG or DASH-WebM MPD manifest";
longDescription = ''