beancount-language-server: 1.4.1 -> 1.9.1

The naming scheme for the tags was changed, they are no longer prefixed
with a v.
This commit is contained in:
Anton Mosich
2026-02-11 03:08:08 +01:00
parent 3d4fd3795f
commit 670aacc3d1
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "beancount-language-server";
version = "1.4.1";
version = "1.9.1";
src = fetchFromGitHub {
owner = "polarmutex";
repo = "beancount-language-server";
rev = "v${finalAttrs.version}";
hash = "sha256-cx/Y0jBpnNN+QVEovpbhCG70VwOqwDE+8lBcRAJtlF4=";
tag = finalAttrs.version;
hash = "sha256-HQXLPXs/huoFSM0tqs8FN/hggJauMwef7SbLb2tZoZc=";
};
cargoHash = "sha256-P3Oug9YNsTmsOz68rGUcYJwq9NsKErHt/fOCvqXixNU=";
cargoHash = "sha256-Zdz+zn8oZnLAarQySVpuBK+Mwf21Bm7Ug9ECNwlAZYs=";
doInstallCheck = true;
postInstallCheck = ''