Loading pkgs/by-name/ba/bacon/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -25,17 +25,17 @@ in rustPlatform.buildRustPackage rec { pname = "bacon"; version = "3.9.1"; version = "3.10.0"; src = fetchFromGitHub { owner = "Canop"; repo = "bacon"; tag = "v${version}"; hash = "sha256-TniEPcY3mK5LO9CBXi5kgnUQkOeDwF9n1K0kSn4ucKk="; hash = "sha256-FU7hIMAJIXD/pJ9FZSPkO1CQhmmSWwaewGyogGdZoeI="; }; useFetchCargoVendor = true; cargoHash = "sha256-6vR8Bxv/A6do4+oGAI0kx1yUyht7YOi1pP/mnIiBPmc="; cargoHash = "sha256-+lk4YrJ7zI6t24y76kODfUok5Ibu3fFxpLIUQZQqgcw="; buildFeatures = lib.optionals withSound [ "sound" Loading Loading
pkgs/by-name/ba/bacon/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -25,17 +25,17 @@ in rustPlatform.buildRustPackage rec { pname = "bacon"; version = "3.9.1"; version = "3.10.0"; src = fetchFromGitHub { owner = "Canop"; repo = "bacon"; tag = "v${version}"; hash = "sha256-TniEPcY3mK5LO9CBXi5kgnUQkOeDwF9n1K0kSn4ucKk="; hash = "sha256-FU7hIMAJIXD/pJ9FZSPkO1CQhmmSWwaewGyogGdZoeI="; }; useFetchCargoVendor = true; cargoHash = "sha256-6vR8Bxv/A6do4+oGAI0kx1yUyht7YOi1pP/mnIiBPmc="; cargoHash = "sha256-+lk4YrJ7zI6t24y76kODfUok5Ibu3fFxpLIUQZQqgcw="; buildFeatures = lib.optionals withSound [ "sound" Loading