codebook: 0.3.9 -> 0.3.10 (#445461)

authored by nixpkgs-merge-bot[bot] and committed by GitHub ff4967c6 e847e365

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