codebook: 0.2.13 -> 0.3.0 (#412521)

Co-authored-by: jpds <jpds@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-31 00:27:00 +00:00
committed by GitHub
co-authored by jpds
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codebook";
version = "0.2.13";
version = "0.3.0";
src = fetchFromGitHub {
owner = "blopker";
repo = "codebook";
tag = "v${finalAttrs.version}";
hash = "sha256-8cbXdK0QbUVtqWvKSDRk3ejJrWo2lgykJG3O57e1ik8=";
hash = "sha256-s8DcWAmyp2RPNrq0wZE51YYJb1uzFnwA2r5ADybN9Bs=";
};
buildAndTestSubdir = "crates/codebook-lsp";
cargoHash = "sha256-NsPdNjqVFa3bbDu/VZk++lsh5NW01+eVOGe1BlgHDiQ=";
cargoHash = "sha256-MOgt0fia7FTz3qmbnxg+xwVNA1h6gsry0GmbSgBK+Hk=";
# Integration tests require internet access for dictionaries
doCheck = false;