Merge pull request #324266 from r-ryantm/auto-update/mongodb-compass

mongodb-compass: 1.43.2 -> 1.43.4
This commit is contained in:
Weijia Wang 2024-07-08 23:25:57 +02:00 committed by GitHub
commit 66cbe547e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
}:
let
version = "1.43.2";
version = "1.43.4";
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";
hash = "sha256-idOFt60MlspB8Bm9HbLAhd/F1zhkHSVmdTxvCsgjGvk=";
hash = "sha256-K4BOWmlXO16cF8WN+rncifWSHJRxSADxLdKRHCet5Co=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";