mocha: 11.7.4 -> 11.7.5 (#463425)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user