bacon: 3.16.0 -> 3.17.0
Diff: https://github.com/Canop/bacon/compare/v3.16.0...v3.17.0 Changelog: https://github.com/Canop/bacon/blob/v3.17.0/CHANGELOG.md
This commit is contained in:
parent
a8b418a82f
commit
bafbe79b91
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user