Commit 5bbfe68f authored by R. RyanTM's avatar R. RyanTM
Browse files

codebook: 0.3.14 -> 0.3.15

parent 106ab26a
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;