codebook: 0.3.16 -> 0.3.17 (#459918)

This commit is contained in:
nixpkgs-ci[bot] 2025-11-09 01:13:39 +00:00 committed by GitHub
commit dbc2252f27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "codebook"; pname = "codebook";
version = "0.3.16"; version = "0.3.17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blopker"; owner = "blopker";
repo = "codebook"; repo = "codebook";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-kunYcWwb4b8ryQYZpG623RcyZaiWTGTKCXjfUq8iz+o="; hash = "sha256-5LTblBxYuz/ErESSLPZ4EHlLID8XvhCDQkKxUyEWcmM=";
}; };
buildAndTestSubdir = "crates/codebook-lsp"; buildAndTestSubdir = "crates/codebook-lsp";
cargoHash = "sha256-cHcSmTEW4xpZkrv4a2lgTlK2VU7+kOvZiEo//jrnd8E="; cargoHash = "sha256-jkYtXrNJTaxrAWpB7ZYsj/LA2tUWVReAnF2cb4TpwE0=";
# Integration tests require internet access for dictionaries # Integration tests require internet access for dictionaries
doCheck = false; doCheck = false;