codebook: 0.3.39 -> 0.3.40

This commit is contained in:
R. Ryantm
2026-05-26 02:50:18 +00:00
parent 0a6619d2fd
commit 6e51d10a7f
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codebook";
version = "0.3.39";
version = "0.3.40";
src = fetchFromGitHub {
owner = "blopker";
repo = "codebook";
tag = "v${finalAttrs.version}";
hash = "sha256-u0BFbG7Vq2dIIJIlXe2rlNPD6iUVnb3uM95bLBg9CEU=";
hash = "sha256-+tjUqo5NO1cVMW2x7eKBw8PpPVvCtURCX/+pHKWT9Z4=";
};
buildAndTestSubdir = "crates/codebook-lsp";
cargoHash = "sha256-Tx2KxtUjQpJa2WDUlFQoNZItKowGv09ZTGytFuxL0yc=";
cargoHash = "sha256-IQdKVZLdXO9zQYDliPbvS7LrVT0h4zOKghJO/E5Zvus=";
env = {
CARGO_PROFILE_RELEASE_LTO = "fat";