codebook: 0.3.5 -> 0.3.6 (#430811)

Co-authored-by: jpds <jpds@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 08:18:28 +00:00
committed by GitHub
co-authored by jpds
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codebook";
version = "0.3.5";
version = "0.3.6";
src = fetchFromGitHub {
owner = "blopker";
repo = "codebook";
tag = "v${finalAttrs.version}";
hash = "sha256-lQfk4dJ9WFraxMDWJVSBiTGumikfHYlMBe+0NHa/3nY=";
hash = "sha256-zSxMvWRpH1AtvHo/odQZftxgAMdOd8p2ZiMUcsOWhes=";
};
buildAndTestSubdir = "crates/codebook-lsp";
cargoHash = "sha256-MLd7V5Pp8yx4pFAXSjZf4KUGp964ombrnGKbrtXhC0I=";
cargoHash = "sha256-FS8ZEjFFoNCJGkfL8C5hBgwj9o9XT239/9Qh/Xea2wk=";
# Integration tests require internet access for dictionaries
doCheck = false;