nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

codebook: 0.3.3 -> 0.3.5

R. Ryantm f548a300 247c3817

+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.3"; 10 + version = "0.3.5"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "blopker"; 14 14 repo = "codebook"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-9tXzruyISC+JdzV4aPBB31OCKgZVAO0eU3SsgAZy/+I="; 16 + hash = "sha256-lQfk4dJ9WFraxMDWJVSBiTGumikfHYlMBe+0NHa/3nY="; 17 17 }; 18 18 19 19 buildAndTestSubdir = "crates/codebook-lsp"; 20 - cargoHash = "sha256-Bba5v0J5HRaylQRHV41LQ2My0zYybme/AHZ+HDekoHc="; 20 + cargoHash = "sha256-MLd7V5Pp8yx4pFAXSjZf4KUGp964ombrnGKbrtXhC0I="; 21 21 22 22 # Integration tests require internet access for dictionaries 23 23 doCheck = false;