···3333}:
34343535let
3636- version = "1.32.2";
3636+ version = "1.32.4";
37373838 rpath = lib.makeLibraryPath [
3939 alsa-lib
···8282 if stdenv.hostPlatform.system == "x86_64-linux" then
8383 fetchurl {
8484 url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
8585- sha256 = "sha256-ceQp4EiLEWy8niGC0uUdWJrvmdt9Ijt29YdLt7vtcyY=";
8585+ sha256 = "sha256-w66ky83VkPhoa4OibzcsaLSWhoI4DQvUGWaKsBuCB7Q=";
8686 }
8787 else
8888 throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
8989+ # NOTE While MongoDB Compass is available to darwin, I do not have resources to test it
9090+ # Feel free to make a PR adding support if desired
89919092in stdenv.mkDerivation {
9193 pname = "mongodb-compass";
···128130 meta = with lib; {
129131 description = "The GUI for MongoDB";
130132 maintainers = with maintainers; [ bryanasdev000 ];
131131- homepage = "https://www.mongodb.com/products/compass";
133133+ homepage = "https://github.com/mongodb-js/compass";
132134 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
133135 license = licenses.sspl;
134136 platforms = [ "x86_64-linux" ];