Unverified Commit 5a4a4755 authored by dish's avatar dish Committed by GitHub
Browse files

mocha: 11.7.4 -> 11.7.5 (#463425)

parents 9da42938 5a8b4eac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildNpmPackage (finalAttrs: {
  pname = "mocha";
  version = "11.7.4";
  version = "11.7.5";

  src = fetchFromGitHub {
    owner = "mochajs";
    repo = "mocha";
    tag = "v${finalAttrs.version}";
    hash = "sha256-mRXdAPKDNnQzr8oz6NrTeUFgT7aBbsTl4TxFvjcVqCs=";
    hash = "sha256-Bk/yF3z/DZ4h9mj1a/EG5ofC6/CIpLd81iQ1w7XkZ0A=";
  };

  npmDepsHash = "sha256-NTJ27KucQcrnpPVtEX3zr6qQZjaLzNHPhgJefntE8hg=";
  npmDepsHash = "sha256-dcq6P4BB6w7GGMzW2GfF8AzDnqPV/BS5nz+dxVjnc3o=";

  postInstall = ''
    # Installed only for backwards compat, but should just be removed.