Unverified Commit b0998f19 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

codebook: 0.3.14 -> 0.3.15 (#454963)

parents 3085e39b 5bbfe68f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "codebook";
  version = "0.3.14";
  version = "0.3.15";

  src = fetchFromGitHub {
    owner = "blopker";
    repo = "codebook";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XS4neGqi0tLzs53jV37mDsfC8bAXwpqinoe3gT8GYZw=";
    hash = "sha256-Sv1rB6Jvg+FX5NuWr4jwCwLdVPuub8OK1+Nin2D4XVY=";
  };

  buildAndTestSubdir = "crates/codebook-lsp";
  cargoHash = "sha256-39ROafYvaTL3wZCUyycGV0PCnR/mr+rJK3/lrvfqKIM=";
  cargoHash = "sha256-DRXTCquhGhNIby+HMQZGF8NWAbto5Egaij6jDVwnSHQ=";

  # Integration tests require internet access for dictionaries
  doCheck = false;