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

mongodb-compass: 1.36.1 -> 1.36.2
This commit is contained in:
Nick Cao 2023-04-07 19:06:40 +08:00 committed by GitHub
commit 8ac4c1de3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.36.1";
version = "1.36.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-nM4Afka2dTjI9xn3cu23ACoj5qIFH4c7tJTNLmD23Jw=";
sha256 = "sha256-IegS2qQrInWiJAtAP9/voymuyWyyBYK6hbatmkOnFX4=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";