beancount-language-server: 1.2.5 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-03-22 06:17:20 +00:00
parent 6664a6b76e
commit 08cd74d579

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "beancount-language-server"; pname = "beancount-language-server";
version = "1.2.5"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "polarmutex"; owner = "polarmutex";
repo = "beancount-language-server"; repo = "beancount-language-server";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-AbljduMz4mz5InsHKCq0K6i9F/lBgvdy0+W8aclr0R0="; sha256 = "sha256-X3Mun5ZooipUkkcgEOC7ou0d1upABjmMs9MegPBXPyQ=";
}; };
cargoSha256 = "sha256-jrxVMGJk4o9aROtFZBc8G/HP5xm9MjVyewww1DzrRdM="; cargoHash = "sha256-OI/MGcFOJHEZJfqCz/+CxHB3VSn6joS7L7FqRYrS4us=";
doInstallCheck = true; doInstallCheck = true;
postInstallCheck = '' postInstallCheck = ''