mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
bacon: 3.14.0 -> 3.15.0
Diff: https://github.com/Canop/bacon/compare/refs/tags/v3.14.0...refs/tags/v3.15.0 Changelog: https://github.com/Canop/bacon/blob/v3.15.0/CHANGELOG.md
This commit is contained in:
parent
6a81635e26
commit
e5e3fea243
1 changed files with 3 additions and 3 deletions
|
@ -27,17 +27,17 @@ in
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "bacon";
|
pname = "bacon";
|
||||||
version = "3.14.0";
|
version = "3.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Canop";
|
owner = "Canop";
|
||||||
repo = "bacon";
|
repo = "bacon";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-/m549z9NWZhkn6/Y6WM1+og0vyg1DbqZmK3oGpydQa0=";
|
hash = "sha256-8f+EphnooB/9KY9M+mi8xBUX/cH7EvoyHlD/4RjgeaA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-X35mC8c1NeonUA1yYO9C7KCzHKpyIn6mbVWkZUhv+Es=";
|
cargoHash = "sha256-48QDMJrxm+9psSeCRG7rsNPwxv+FKLrkLMvIvwsV3GQ=";
|
||||||
|
|
||||||
buildFeatures = lib.optionals withSound [
|
buildFeatures = lib.optionals withSound [
|
||||||
"sound"
|
"sound"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue