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>
This commit is contained in:
Ludovico Piero
2024-06-27 16:32:04 +09:00
parent 1997987a9b
commit 4f89a5f1ff
+2 -2
View File
@@ -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}";