biome: 2.1.2 -> 2.1.3 (#429501)

Co-authored-by: wrbbz <wrbbz@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-30 07:14:04 +00:00
committed by GitHub
co-authored by wrbbz
+3 -3
View File
@@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "biome";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "biomejs";
repo = "biome";
rev = "@biomejs/biome@${finalAttrs.version}";
hash = "sha256-9Xw3Q77J+Lmu4tZWwkh5kwZL3d7LzW9ccCshmfwrNlo=";
hash = "sha256-+fuOPdjfebgtwzckEu/ADd+bNLYtiDFlDJ0aVMKxgMY=";
};
cargoHash = "sha256-PGEiZ6eFUQQmlvb3nbyHHqKD/15dDW3QpTo02/mrmiU=";
cargoHash = "sha256-4WrDWtNQkRUtYxGBl26meKLTn52/QWtn1bVOVFHpMz4=";
nativeBuildInputs = [ pkg-config ];