Skip to content

Commit

Permalink
mongodb-compass: 1.32.6 -> 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2022
1 parent 1e0e95e commit 5d5aed0
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.32.6";
version = "1.33.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-lrdDy8wtkIBQC/OPdSoKmOFIuajKeu1qtyRHOLZSSVI=";
sha256 = "sha256-P5QNSFaE04YP+zOPWKE5Rf6vffhcBwNdju7aTTnDbJ0=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
Expand Down

0 comments on commit 5d5aed0

Please sign in to comment.