Skip to content

Commit

Permalink
Merge pull request #274368 from r-ryantm/auto-update/biome
Browse files Browse the repository at this point in the history
biome: 1.4.0 -> 1.4.1
  • Loading branch information
wegank authored Jan 3, 2024
2 parents 2526b43 + 67fc0e5 commit a9da154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/biome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "biome";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = "biomejs";
repo = "biome";
rev = "cli/v${version}";
hash = "sha256-6dg/Snp9hjeE/4N2N4tEBOjurzWK3eesO1QhujMw1yY=";
hash = "sha256-lzY1Eh1jZixsKi+ObQlhzV4KSV7ZSGPBJtaO9ZiJjEk=";
};

cargoHash = "sha256-NGojVRaHFZSLfsjl7xh5h6tEer3BF0Hi7HJ7p5zDdfo=";
cargoHash = "sha256-Hy5UH2VwqboRD+akl1FxBZoXr2+SmVH5Jx0lSAB/P7w=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit a9da154

Please sign in to comment.