Loading pkgs/by-name/mo/mongodb-compass/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ }: let version = "1.43.5"; version = "1.43.6"; rpath = lib.makeLibraryPath [ alsa-lib Loading Loading @@ -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"; hash = "sha256-91qTy/y+p1yPt5tEfKmGT7lGKndsel902bcHTh7UB20="; hash = "sha256-pAjOFwQdzxvDs1rx6xuvr2W59/jPwZakoShG9h6qfJE="; } else throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}"; Loading Loading
pkgs/by-name/mo/mongodb-compass/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ }: let version = "1.43.5"; version = "1.43.6"; rpath = lib.makeLibraryPath [ alsa-lib Loading Loading @@ -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"; hash = "sha256-91qTy/y+p1yPt5tEfKmGT7lGKndsel902bcHTh7UB20="; hash = "sha256-pAjOFwQdzxvDs1rx6xuvr2W59/jPwZakoShG9h6qfJE="; } else throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}"; Loading