dash-mpd-cli: 0.2.32 → 0.2.33

Changelog: https://github.com/emarsden/dash-mpd-cli/blob/main/CHANGELOG.md#0233---2026-05-17
This commit is contained in:
Alex James
2026-05-17 16:13:45 -07:00
parent 5705e03125
commit 992e8a7dc8
+3 -3
View File
@@ -24,16 +24,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dash-mpd-cli";
version = "0.2.32";
version = "0.2.33";
src = fetchFromGitHub {
owner = "emarsden";
repo = "dash-mpd-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-kqOzJZR2eoua8ruGcwNHdQHXg58xIkH8wlx1sEwzqtA=";
hash = "sha256-IPWbS3kIn3rC1s7nJe3Q94scuW87LaQn5KAhXTYvWGg=";
};
cargoHash = "sha256-NHsEfqnJOyy5F3ALFKVB0by7xe4N/sVEBH0k8fO+cjI=";
cargoHash = "sha256-MmZwiH1Qzb5MiwhEYsCVo4xD5YmJ+mObpkgc6J0sfuw=";
nativeBuildInputs = [
makeWrapper