codebook: 0.3.9 -> 0.3.10

R. Ryantm df3a451e deb2af31

+3 -3
+3 -3
pkgs/by-name/co/codebook/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage (finalAttrs: { 9 9 pname = "codebook"; 10 - version = "0.3.9"; 10 + version = "0.3.10"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "blopker"; 14 14 repo = "codebook"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-yt7eQIQvufqPO8NIs7MMUyPGSSE7Vazou7MWZ5yinHk="; 16 + hash = "sha256-MBhPVCnNXIFqwhWEY9ZDFVEQf7DRq2ZY6mamaMfneCc="; 17 17 }; 18 18 19 19 buildAndTestSubdir = "crates/codebook-lsp"; 20 - cargoHash = "sha256-3KCE+OK4hw/CsczY52OgLp+RBsySO5tNlwbmtHD05qs="; 20 + cargoHash = "sha256-LiVveJ27R6Joz3hpCn2sSiikMlerusSjD/eLfn+gaEw="; 21 21 22 22 # Integration tests require internet access for dictionaries 23 23 doCheck = false;