neocmakelsp: 0.8.23 -> 0.8.25 (#441315)

authored by

rewine and committed by
GitHub
888d0773 93b5a873

+3 -3
+3 -3
pkgs/by-name/ne/neocmakelsp/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "neocmakelsp"; 10 - version = "0.8.23"; 10 + version = "0.8.25"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Decodetalkers"; 14 14 repo = "neocmakelsp"; 15 15 rev = "v${version}"; 16 - hash = "sha256-4zu5y1LnZFkysYm3w0HY3+/0Jn8WuZh17fJ1fo3Q/hQ="; 16 + hash = "sha256-6VGF2sbd/yhm+bxYDikfmXtg2iyKaVaidra2eo0ZP40="; 17 17 }; 18 18 19 - cargoHash = "sha256-oExHwID8mkDx+DFQNXt0D9PUkaLndDeTSna1V6Wd00c="; 19 + cargoHash = "sha256-khxTrAPeI7aaNHUE9jHuHoUpnkpcvfSlUyU/ShZpv0Q="; 20 20 21 21 nativeBuildInputs = [ 22 22 installShellFiles