Unverified Commit 06cd2817 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

mongodb-compass: 1.43.6 -> 1.44.0 (#339435)

parents e18de43a 35361e68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
}:

let
  version = "1.43.6";
  version = "1.44.0";

  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";
        hash = "sha256-pAjOFwQdzxvDs1rx6xuvr2W59/jPwZakoShG9h6qfJE=";
        hash = "sha256-EtICvM7oHToQS//kztOoVb6qPw5M/5+bHjNCcuFaCRA=";
      }
    else
      throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";