Skip to content

Commit 545ea77

Browse files
mongosh: 2.5.6 -> 2.5.7 (#440443)
2 parents 73e5a14 + 6a9b16e commit 545ea77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mo/mongosh/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage (finalAttrs: {
88
pname = "mongosh";
9-
version = "2.5.6";
9+
version = "2.5.7";
1010

1111
src = fetchFromGitHub {
1212
owner = "mongodb-js";
1313
repo = "mongosh";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-QK2woc6tlnTwYCZ7QEWCn2bRknye2qY8AYAHMVR9i24=";
15+
hash = "sha256-yrL4TVTMnRabg05hwT9mGqtOSYmrg4gfaRA0RkDF/8Q=";
1616
};
1717

18-
npmDepsHash = "sha256-TfakEOiCtoRz2Fhwz5teOWq0OLb7uZaYiKHLSq/c1OU=";
18+
npmDepsHash = "sha256-WqF/rgNmuxJj93rFXgngjXiOYTQBYWopN17yRI61WHE=";
1919

2020
patches = [
2121
./disable-telemetry.patch

0 commit comments

Comments
 (0)