beancount-language-server: 1.3.7 -> 1.4.1 (#427070)

This commit is contained in:
Nick Cao
2025-07-22 16:05:33 -04:00
committed by GitHub
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "beancount-language-server";
version = "1.3.7";
version = "1.4.1";
src = fetchFromGitHub {
owner = "polarmutex";
repo = "beancount-language-server";
rev = "v${version}";
hash = "sha256-aqWenvNAdDL7B7J1hvt+JXT73SJJKu9KFlpUReOp3s4=";
hash = "sha256-cx/Y0jBpnNN+QVEovpbhCG70VwOqwDE+8lBcRAJtlF4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-h2y8h3rZABspyWXEWy4/me4NhlXzghC7KH1SyfDzGfI=";
cargoHash = "sha256-P3Oug9YNsTmsOz68rGUcYJwq9NsKErHt/fOCvqXixNU=";
doInstallCheck = true;
postInstallCheck = ''