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:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user