about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-09-28 15:37:04 +0200
committerGitHub <noreply@github.com>2024-09-28 15:37:04 +0200
commit904a74f2a17d864a6acd7496e127b06bab7db761 (patch)
treec3e01b1af4470316f76fc734a973d00d145ca22c
parent79a01a86317c6db4de573a05f1df5772ad340ba9 (diff)
parent75510218aea57ffd0c931efccf13fd78a81217f3 (diff)
biome: 1.9.0 -> 1.9.2 (#344668)
-rw-r--r--pkgs/by-name/bi/biome/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/bi/biome/package.nix b/pkgs/by-name/bi/biome/package.nix
index 678a1aa71fdb6..3213241e94484 100644
--- a/pkgs/by-name/bi/biome/package.nix
+++ b/pkgs/by-name/bi/biome/package.nix
@@ -12,16 +12,16 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "biome";
-  version = "1.9.0";
+  version = "1.9.2";
 
   src = fetchFromGitHub {
     owner = "biomejs";
     repo = "biome";
     rev = "cli/v${version}";
-    hash = "sha256-AVw7yhC/f5JkFw2sQZ5YgzeXXjoJ8BfGgsS5sRVV/wE=";
+    hash = "sha256-erwGLcE5w/UnjZ1aVF3ZYD2OQGI8xt7lVBvpWkJ56tc=";
   };
 
-  cargoHash = "sha256-Vz6GCDGdC2IUtBK5X/t/Q5LODFUSlUxPBTCIjgdw3XU=";
+  cargoHash = "sha256-m9r0fcnkDPT2J1DjjbLCzdAxqh8DCFAWA3jikuaVVGQ=";
 
   nativeBuildInputs = [
     pkg-config