We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2615e4f commit 9ee35ebCopy full SHA for 9ee35eb
pkgs/by-name/ba/bacon/package.nix
@@ -27,17 +27,17 @@ in
27
28
rustPlatform.buildRustPackage (finalAttrs: {
29
pname = "bacon";
30
- version = "3.13.0";
+ version = "3.14.0";
31
32
src = fetchFromGitHub {
33
owner = "Canop";
34
repo = "bacon";
35
tag = "v${finalAttrs.version}";
36
- hash = "sha256-8wxxg3Ahp8n2Zpr/3paqDkUShONLDBW/rgMSj9Vx5TQ=";
+ hash = "sha256-/m549z9NWZhkn6/Y6WM1+og0vyg1DbqZmK3oGpydQa0=";
37
};
38
39
useFetchCargoVendor = true;
40
- cargoHash = "sha256-o5va9iEz/wKFNoosLYVtY3VRFwXwkOaROdxo7RBmfZk=";
+ cargoHash = "sha256-X35mC8c1NeonUA1yYO9C7KCzHKpyIn6mbVWkZUhv+Es=";
41
42
buildFeatures = lib.optionals withSound [
43
"sound"
0 commit comments