about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorLudovico Piero <lewdovico@gnuweeb.org>2024-06-27 16:32:04 +0900
committerLudovico Piero <lewdovico@gnuweeb.org>2024-06-27 16:32:04 +0900
commit4f89a5f1ff73bb6cb195f8806393b4d08c1f690f (patch)
tree1278f843692252da099fec334b6f12660c411ee5 /pkgs/tools/misc
parent1997987a9b010603c672f7f5cf7cdda7fd2d37e8 (diff)
mongodb-compass: 1.43.0 -> 1.43.2
Release Notes: https://www.mongodb.com/docs/compass/current/release-notes/

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/mongodb-compass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/mongodb-compass/default.nix b/pkgs/tools/misc/mongodb-compass/default.nix
index 00dce959fb630..c4bc1dd1e7825 100644
--- a/pkgs/tools/misc/mongodb-compass/default.nix
+++ b/pkgs/tools/misc/mongodb-compass/default.nix
@@ -33,7 +33,7 @@ xorg,
 }:
 
 let
-  version = "1.43.0";
+  version = "1.43.2";
 
   rpath = lib.makeLibraryPath [
     alsa-lib
@@ -82,7 +82,7 @@ let
     if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchurl {
         url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
-        sha256 = "sha256-hzPhF0NGwv+Lm+q5SoS8qv10UmuKf4RarGMkEeCxp9w=";
+        hash = "sha256-idOFt60MlspB8Bm9HbLAhd/F1zhkHSVmdTxvCsgjGvk=";
       }
     else
       throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";