Skip to content

Commit

Permalink
Merge pull request #244280 from r-ryantm/auto-update/mongodb-compass
Browse files Browse the repository at this point in the history
mongodb-compass: 1.38.2 -> 1.39.0
  • Loading branch information
NickCao authored Jul 22, 2023
2 parents cbf2c4b + c2130ff commit 50ace49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/mongodb-compass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ xorg,
}:

let
version = "1.38.2";
version = "1.39.0";

rpath = lib.makeLibraryPath [
alsa-lib
Expand Down Expand Up @@ -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-pDJMFJ/pfFlgHIJTATDW5gwRwRFoYHH6YNvtJJxDu60=";
sha256 = "sha256-4qp4Z0PkfWuEKtn6G8NppMVk3TOpi8kt3vL0DsvnbLA=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
Expand Down

0 comments on commit 50ace49

Please sign in to comment.