Merge pull request #177965 from bryanasdev000/mongodbcompass1322

mongodb-compass: 1.31.2 -> 1.32.2
main
Thiago Kenji Okada 2 years ago committed by GitHub
commit e9c29ecb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/misc/mongodb-compass/default.nix

@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.31.2";
version = "1.32.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-ij5lOP3xaty9YjKPionfUhZTcuumlFHt46MUMkjO2yA=";
sha256 = "sha256-ceQp4EiLEWy8niGC0uUdWJrvmdt9Ijt29YdLt7vtcyY=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";

Loading…
Cancel
Save