bacon: 3.16.0 -> 3.17.0 (#434535)

This commit is contained in:
Gaétan Lepage 2025-08-17 23:04:15 +02:00 committed by GitHub
commit 358470db47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,16 +27,16 @@ in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "bacon";
version = "3.16.0";
version = "3.17.0";
src = fetchFromGitHub {
owner = "Canop";
repo = "bacon";
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 [
"sound"