Skip to content

Commit 4c9044c

Browse files
authored
neocmakelsp: 0.8.22 -> 0.8.23 (#409170)
2 parents b76b0b1 + f9cf9e5 commit 4c9044c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ne/neocmakelsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "neocmakelsp";
10-
version = "0.8.22";
10+
version = "0.8.23";
1111

1212
src = fetchFromGitHub {
1313
owner = "Decodetalkers";
1414
repo = "neocmakelsp";
1515
rev = "v${version}";
16-
hash = "sha256-AFnGMKcPAn1rFfFDZWvg/iIhKHGKgCLA3bueP5k9oY4=";
16+
hash = "sha256-4zu5y1LnZFkysYm3w0HY3+/0Jn8WuZh17fJ1fo3Q/hQ=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-XsRtkQpNfXCZxEbgkQo11lQM78E6+8PJWc+5FBXM2Ro=";
20+
cargoHash = "sha256-oExHwID8mkDx+DFQNXt0D9PUkaLndDeTSna1V6Wd00c=";
2121

2222
nativeBuildInputs = [
2323
installShellFiles

0 commit comments

Comments
 (0)