We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73e5a14 + 6a9b16e commit 545ea77Copy full SHA for 545ea77
pkgs/by-name/mo/mongosh/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage (finalAttrs: {
8
pname = "mongosh";
9
- version = "2.5.6";
+ version = "2.5.7";
10
11
src = fetchFromGitHub {
12
owner = "mongodb-js";
13
repo = "mongosh";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-QK2woc6tlnTwYCZ7QEWCn2bRknye2qY8AYAHMVR9i24=";
+ hash = "sha256-yrL4TVTMnRabg05hwT9mGqtOSYmrg4gfaRA0RkDF/8Q=";
16
};
17
18
- npmDepsHash = "sha256-TfakEOiCtoRz2Fhwz5teOWq0OLb7uZaYiKHLSq/c1OU=";
+ npmDepsHash = "sha256-WqF/rgNmuxJj93rFXgngjXiOYTQBYWopN17yRI61WHE=";
19
20
patches = [
21
./disable-telemetry.patch
0 commit comments