vale-ls: 0.3.8 -> 0.4.0

Diff: https://github.com/errata-ai/vale-ls/compare/v0.3.8...v0.4.0
This commit is contained in:
kyehn
2025-08-30 23:15:36 +08:00
parent 8c5f803260
commit eaaf18d2e4
+5 -5
View File
@@ -9,15 +9,15 @@
vale,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vale-ls";
version = "0.3.8";
version = "0.4.0";
src = fetchFromGitHub {
owner = "errata-ai";
repo = "vale-ls";
tag = "v${version}";
hash = "sha256-+2peLqj3/ny0hDwJVKEp2XS68VO50IvpCB2fvZoEdJo=";
tag = "v${finalAttrs.version}";
hash = "sha256-lRRKRQTxgXF4E+XghJ5AOp+mtWtiCT13EcsPVydn4Uo=";
};
nativeBuildInputs = [
@@ -59,4 +59,4 @@ rustPlatform.buildRustPackage rec {
jansol
];
};
}
})