bacon: 3.9.1 -> 3.10.0 (#380697)

This commit is contained in:
Gaétan Lepage
2025-02-09 20:12:21 +01:00
committed by GitHub
+3 -3
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"