diff --git a/pkgs/by-name/bi/biome/package.nix b/pkgs/by-name/bi/biome/package.nix index 892bce100900..91a59708f93f 100644 --- a/pkgs/by-name/bi/biome/package.nix +++ b/pkgs/by-name/bi/biome/package.nix @@ -7,19 +7,20 @@ rust-jemalloc-sys, zlib, gitMinimal, + nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "biome"; - version = "2.3.12"; + version = "2.3.13"; src = fetchFromGitHub { owner = "biomejs"; repo = "biome"; rev = "@biomejs/biome@${finalAttrs.version}"; - hash = "sha256-v/m7yS9bE3/WpfuqZoW+tgIEm1ARsXze/0PRUWi+mHA="; + hash = "sha256-WvEY3YslLu0FdIG8OcL4pPpfB945coU+W+YGLLecTc0="; }; - cargoHash = "sha256-ldxw6znHscxfgg91BpaexsEvy3Dw2UMjcvI72VLUKG0="; + cargoHash = "sha256-iIKs6tzhMZ7f8tKh95Db+FdE21vqiw3ksT72xacpPf8="; nativeBuildInputs = [ pkg-config ]; @@ -57,6 +58,8 @@ rustPlatform.buildRustPackage (finalAttrs: { unset BIOME_VERSION ''; + passthru.updateScript = nix-update-script { }; + meta = { description = "Toolchain of the web"; homepage = "https://biomejs.dev/";