codebook: 0.3.0 -> 0.3.3 (#415495)

Co-authored-by: jpds <jpds@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 12:27:07 +00:00 committed by GitHub
commit f237f95860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codebook";
version = "0.3.0";
version = "0.3.3";
src = fetchFromGitHub {
owner = "blopker";
repo = "codebook";
tag = "v${finalAttrs.version}";
hash = "sha256-s8DcWAmyp2RPNrq0wZE51YYJb1uzFnwA2r5ADybN9Bs=";
hash = "sha256-9tXzruyISC+JdzV4aPBB31OCKgZVAO0eU3SsgAZy/+I=";
};
buildAndTestSubdir = "crates/codebook-lsp";
cargoHash = "sha256-MOgt0fia7FTz3qmbnxg+xwVNA1h6gsry0GmbSgBK+Hk=";
cargoHash = "sha256-Bba5v0J5HRaylQRHV41LQ2My0zYybme/AHZ+HDekoHc=";
# Integration tests require internet access for dictionaries
doCheck = false;