codebook: 0.3.9 -> 0.3.10 (#445461)

Changed files
+3 -3
pkgs
by-name
co
codebook
+3 -3
pkgs/by-name/co/codebook/package.nix
···
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codebook";
-
version = "0.3.9";
+
version = "0.3.10";
src = fetchFromGitHub {
owner = "blopker";
repo = "codebook";
tag = "v${finalAttrs.version}";
-
hash = "sha256-yt7eQIQvufqPO8NIs7MMUyPGSSE7Vazou7MWZ5yinHk=";
+
hash = "sha256-MBhPVCnNXIFqwhWEY9ZDFVEQf7DRq2ZY6mamaMfneCc=";
};
buildAndTestSubdir = "crates/codebook-lsp";
-
cargoHash = "sha256-3KCE+OK4hw/CsczY52OgLp+RBsySO5tNlwbmtHD05qs=";
+
cargoHash = "sha256-LiVveJ27R6Joz3hpCn2sSiikMlerusSjD/eLfn+gaEw=";
# Integration tests require internet access for dictionaries
doCheck = false;