Gaetan Lepage 2025-02-09 19:41:29 +01:00
parent a445e09777
commit c4eca80c88

View File

@ -25,17 +25,17 @@ in
rustPlatform.buildRustPackage rec {
pname = "bacon";
version = "3.9.1";
version = "3.10.0";
src = fetchFromGitHub {
owner = "Canop";
repo = "bacon";
tag = "v${version}";
hash = "sha256-TniEPcY3mK5LO9CBXi5kgnUQkOeDwF9n1K0kSn4ucKk=";
hash = "sha256-FU7hIMAJIXD/pJ9FZSPkO1CQhmmSWwaewGyogGdZoeI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6vR8Bxv/A6do4+oGAI0kx1yUyht7YOi1pP/mnIiBPmc=";
cargoHash = "sha256-+lk4YrJ7zI6t24y76kODfUok5Ibu3fFxpLIUQZQqgcw=";
buildFeatures = lib.optionals withSound [
"sound"