lol

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

authored by

Nick Cao and committed by
GitHub
5f6c3d91 19847ad4

+3 -3
+3 -3
pkgs/by-name/be/beancount-language-server/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "beancount-language-server"; 9 - version = "1.3.7"; 9 + version = "1.4.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "polarmutex"; 13 13 repo = "beancount-language-server"; 14 14 rev = "v${version}"; 15 - hash = "sha256-aqWenvNAdDL7B7J1hvt+JXT73SJJKu9KFlpUReOp3s4="; 15 + hash = "sha256-cx/Y0jBpnNN+QVEovpbhCG70VwOqwDE+8lBcRAJtlF4="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-h2y8h3rZABspyWXEWy4/me4NhlXzghC7KH1SyfDzGfI="; 19 + cargoHash = "sha256-P3Oug9YNsTmsOz68rGUcYJwq9NsKErHt/fOCvqXixNU="; 20 20 21 21 doInstallCheck = true; 22 22 postInstallCheck = ''