lol

beancount-language-server: 1.3.0 -> 1.3.1

+3 -4
+3 -4
pkgs/development/tools/language-servers/beancount-language-server/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "beancount-language-server"; 8 - version = "1.3.0"; 9 10 src = fetchFromGitHub { 11 owner = "polarmutex"; 12 repo = "beancount-language-server"; 13 rev = "v${version}"; 14 - sha256 = "sha256-X3Mun5ZooipUkkcgEOC7ou0d1upABjmMs9MegPBXPyQ="; 15 }; 16 17 - cargoHash = "sha256-OI/MGcFOJHEZJfqCz/+CxHB3VSn6joS7L7FqRYrS4us="; 18 19 doInstallCheck = true; 20 postInstallCheck = '' ··· 28 maintainers = with maintainers; [ polarmutex ]; 29 }; 30 } 31 -
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "beancount-language-server"; 8 + version = "1.3.1"; 9 10 src = fetchFromGitHub { 11 owner = "polarmutex"; 12 repo = "beancount-language-server"; 13 rev = "v${version}"; 14 + hash = "sha256-9IkbEOG6xcmpowsLj/RHnMFGQxh02JMQsTVli4hvs/M="; 15 }; 16 17 + cargoHash = "sha256-qhN2//hhCaKpm0HAiUL/CfdrtvAXgR34vXBECB8UDxE="; 18 19 doInstallCheck = true; 20 postInstallCheck = '' ··· 28 maintainers = with maintainers; [ polarmutex ]; 29 }; 30 }