Skip to content

Commit 9ee35eb

Browse files
committed
1 parent 2615e4f commit 9ee35eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ba/bacon/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ in
2727

2828
rustPlatform.buildRustPackage (finalAttrs: {
2929
pname = "bacon";
30-
version = "3.13.0";
30+
version = "3.14.0";
3131

3232
src = fetchFromGitHub {
3333
owner = "Canop";
3434
repo = "bacon";
3535
tag = "v${finalAttrs.version}";
36-
hash = "sha256-8wxxg3Ahp8n2Zpr/3paqDkUShONLDBW/rgMSj9Vx5TQ=";
36+
hash = "sha256-/m549z9NWZhkn6/Y6WM1+og0vyg1DbqZmK3oGpydQa0=";
3737
};
3838

3939
useFetchCargoVendor = true;
40-
cargoHash = "sha256-o5va9iEz/wKFNoosLYVtY3VRFwXwkOaROdxo7RBmfZk=";
40+
cargoHash = "sha256-X35mC8c1NeonUA1yYO9C7KCzHKpyIn6mbVWkZUhv+Es=";
4141

4242
buildFeatures = lib.optionals withSound [
4343
"sound"

0 commit comments

Comments
 (0)