···33}:
3435let
36- version = "1.32.2";
3738 rpath = lib.makeLibraryPath [
39 alsa-lib
···82 if stdenv.hostPlatform.system == "x86_64-linux" then
83 fetchurl {
84 url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
85- sha256 = "sha256-ceQp4EiLEWy8niGC0uUdWJrvmdt9Ijt29YdLt7vtcyY=";
86 }
87 else
88 throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
008990in stdenv.mkDerivation {
91 pname = "mongodb-compass";
···128 meta = with lib; {
129 description = "The GUI for MongoDB";
130 maintainers = with maintainers; [ bryanasdev000 ];
131- homepage = "https://www.mongodb.com/products/compass";
132 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
133 license = licenses.sspl;
134 platforms = [ "x86_64-linux" ];
···33}:
3435let
36+ version = "1.32.4";
3738 rpath = lib.makeLibraryPath [
39 alsa-lib
···82 if stdenv.hostPlatform.system == "x86_64-linux" then
83 fetchurl {
84 url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
85+ sha256 = "sha256-w66ky83VkPhoa4OibzcsaLSWhoI4DQvUGWaKsBuCB7Q=";
86 }
87 else
88 throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
89+ # NOTE While MongoDB Compass is available to darwin, I do not have resources to test it
90+ # Feel free to make a PR adding support if desired
9192in stdenv.mkDerivation {
93 pname = "mongodb-compass";
···130 meta = with lib; {
131 description = "The GUI for MongoDB";
132 maintainers = with maintainers; [ bryanasdev000 ];
133+ homepage = "https://github.com/mongodb-js/compass";
134 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
135 license = licenses.sspl;
136 platforms = [ "x86_64-linux" ];