dash-mpd-cli: 0.2.26 → 0.2.27

Changelog: https://github.com/emarsden/dash-mpd-cli/blob/main/CHANGELOG.md#0227---2025-06-22
This commit is contained in:
Alex James 2025-06-22 13:57:58 -07:00
parent 0acbb41a19
commit 73bbdbfeba
No known key found for this signature in database
GPG Key ID: 4729B829AC5FCC72

View File

@ -25,13 +25,13 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "dash-mpd-cli"; pname = "dash-mpd-cli";
version = "0.2.26"; version = "0.2.27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emarsden"; owner = "emarsden";
repo = "dash-mpd-cli"; repo = "dash-mpd-cli";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-PMzHWY129Bddl1RQQyEPstqvDLAqXxGv9I3fw1AylBo="; hash = "sha256-s8Wu9DOjfQDm4OONtocJCiklEZ775tFyzKIbKm3WfDc=";
}; };
patches = [ patches = [
@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
]; ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-qy8X9DoBD5MIUQ6akalqtyasst0ZKJJLZTEz+6Hp6EI="; cargoHash = "sha256-ycHKgQFgl8THoXT+3ccV8AC56VudHzObyTCu333MmT4=";
nativeBuildInputs = [ nativeBuildInputs = [
makeWrapper makeWrapper