We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd7ba7 commit f9cf9e5Copy full SHA for f9cf9e5
pkgs/by-name/ne/neocmakelsp/package.nix
@@ -7,17 +7,17 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "neocmakelsp";
10
- version = "0.8.22";
+ version = "0.8.23";
11
12
src = fetchFromGitHub {
13
owner = "Decodetalkers";
14
repo = "neocmakelsp";
15
rev = "v${version}";
16
- hash = "sha256-AFnGMKcPAn1rFfFDZWvg/iIhKHGKgCLA3bueP5k9oY4=";
+ hash = "sha256-4zu5y1LnZFkysYm3w0HY3+/0Jn8WuZh17fJ1fo3Q/hQ=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-XsRtkQpNfXCZxEbgkQo11lQM78E6+8PJWc+5FBXM2Ro=";
+ cargoHash = "sha256-oExHwID8mkDx+DFQNXt0D9PUkaLndDeTSna1V6Wd00c=";
21
22
nativeBuildInputs = [
23
installShellFiles
0 commit comments