jinja-lsp: 0.1.84 -> 0.1.85 (#390592)

Co-authored-by: adamjhf <adamjhf@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-17 10:07:06 +00:00
committed by GitHub
co-authored by adamjhf
+3 -3
View File
@@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "jinja-lsp";
version = "0.1.84";
version = "0.1.85";
src = fetchFromGitHub {
owner = "uros-5";
repo = "jinja-lsp";
tag = "v${version}";
hash = "sha256-VgdrPpYY2RC+6JKaPYcd0wI381TPaE/NBx7uDI8Ud5g=";
hash = "sha256-/4A9IiSeskRKblcZIpsMgZsqYE6eBSeyHPpO/owCGD8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-7h2iY6tpUoOGnLmhI8SJUSLlM9CadgtiWEFHFr1gURs=";
cargoHash = "sha256-14zMp2Z2GG4IC2DWzbzv07GAph4q6pHFJTyy67jisXg=";
cargoBuildFlags = [
"-p"