Gaetan Lepage 2025-08-17 21:29:10 +02:00
parent a8b418a82f
commit bafbe79b91

View File

@ -27,16 +27,16 @@ in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "bacon"; pname = "bacon";
version = "3.16.0"; version = "3.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Canop"; owner = "Canop";
repo = "bacon"; repo = "bacon";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-+gcH527HaYQsyCqULWhEgz8DNwK8vIWJjVSZhcGme74="; hash = "sha256-pXdwcihl3fXv9vn6YiU+Da/LL3ImDiDPDnghM/NA1mc=";
}; };
cargoHash = "sha256-kr6c5n9A6Cjv3CPdIS9XkelauK/uBsTDt5iowWmAZn4="; cargoHash = "sha256-GHJqgVa7yym1B1s6rZ2/0FbJ0ZJck76FFHqzcgWhFt0=";
buildFeatures = lib.optionals withSound [ buildFeatures = lib.optionals withSound [
"sound" "sound"