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

mongodb-compass: 1.39.0 -> 1.39.1
This commit is contained in:
Weijia Wang 2023-08-18 09:27:35 +02:00 committed by GitHub
commit 9cb2efd5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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