Unverified Commit 8ac4c1de authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #224997 from r-ryantm/auto-update/mongodb-compass

mongodb-compass: 1.36.1 -> 1.36.2
parents c2e4a14a efd5ee6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ xorg,
}:

let
  version = "1.36.1";
  version = "1.36.2";

  rpath = lib.makeLibraryPath [
    alsa-lib
@@ -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-nM4Afka2dTjI9xn3cu23ACoj5qIFH4c7tJTNLmD23Jw=";
        sha256 = "sha256-IegS2qQrInWiJAtAP9/voymuyWyyBYK6hbatmkOnFX4=";
      }
    else
      throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";