From 18bdafe2fca2d0f7db4d9b46beccf197384f10bb Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 6 Sep 2023 15:30:28 -0400 Subject: [PATCH] biome: 1.0.0 -> 1.1.0 Diff: https://github.com/biomejs/biome/compare/cli/v1.0.0...cli/v1.1.0 Changelog: https://github.com/biomejs/biome/blob/cli/v1.1.0/CHANGELOG.md --- pkgs/development/tools/biome/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/biome/default.nix b/pkgs/development/tools/biome/default.nix index f853669bcc38..f782c6b236fd 100644 --- a/pkgs/development/tools/biome/default.nix +++ b/pkgs/development/tools/biome/default.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage rec { pname = "biome"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "biomejs"; repo = "biome"; rev = "cli/v${version}"; - hash = "sha256-oX/LyC6JN0NUc/xi4G9lzKgF9yOlooAt69Gw+eLJxbE="; + hash = "sha256-4gfbM+wMK2lF37vso0EccHiIXJ4ZUQ7X6C/6JSx2gkc="; }; - cargoHash = "sha256-4P57fmp5CpGn1wYkQos7PO3YFChup8LrrLExv9S76gs="; + cargoHash = "sha256-Ima10leJd994FtFgZk0TIZy7zGLwwgvSvAQ1PXb4ius="; nativeBuildInputs = [ pkg-config