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

mongodb-compass: 1.38.2 -> 1.39.0
This commit is contained in:
Nick Cao 2023-07-21 20:46:28 -06:00 committed by GitHub
commit 50ace49d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.38.2";
version = "1.39.0";
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-pDJMFJ/pfFlgHIJTATDW5gwRwRFoYHH6YNvtJJxDu60=";
sha256 = "sha256-4qp4Z0PkfWuEKtn6G8NppMVk3TOpi8kt3vL0DsvnbLA=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";