dash-mpd-cli: 0.2.27 → 0.2.28 (#464369)

This commit is contained in:
Aleksana
2025-11-30 14:55:14 +00:00
committed by GitHub
+3 -3
View File
@@ -22,20 +22,20 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dash-mpd-cli";
version = "0.2.27";
version = "0.2.28";
src = fetchFromGitHub {
owner = "emarsden";
repo = "dash-mpd-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-s8Wu9DOjfQDm4OONtocJCiklEZ775tFyzKIbKm3WfDc=";
hash = "sha256-Q8+HTDdeaqDroBZ1AS+jDxf0yq20jZ+raRCh7gEJYn8=";
};
patches = [
./use-shaka-by-default.patch
];
cargoHash = "sha256-ycHKgQFgl8THoXT+3ccV8AC56VudHzObyTCu333MmT4=";
cargoHash = "sha256-YnA/LTw9xCLSnNuFDXlsGzAiTdsst2uIDewuohkkgDU=";
nativeBuildInputs = [
makeWrapper