minidsp: 0.1.9 -> 0.1.12 (#351780)

This commit is contained in:
Adam C. Stephens 2024-10-28 08:21:23 -04:00 committed by GitHub
commit 74bcd8c98b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,17 +10,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "minidsp";
version = "0.1.9";
version = "0.1.12";
src = fetchFromGitHub {
owner = "mrene";
repo = "minidsp-rs";
# v0.1.9 tag is out of date, cargo lock fixed in next commit on main
rev = "b03a95a05917f20b9c3153c03e4e99dd943d9f6f";
hash = "sha256-uZBrX3VCCpr7AY82PgR596mncL5wWDK7bpx2m/jCJBE=";
rev = "v${version}";
hash = "sha256-8bKP9/byVRKj1P1MP3ZVg8yw0WaNB0BcqarCti7B8CA=";
};
cargoHash = "sha256-0PyojyimxnwEtHA98Npf4eHvycjuXdPrrIFilVuEnQk=";
cargoHash = "sha256-GUrYEFpTo83lKuDyENaVN3VhnZ2Y/igtsbEY7kNa1os=";
cargoBuildFlags = ["-p minidsp -p minidsp-daemon"];