Unverified Commit 7dcb6cdb authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

mongodb-compass: 1.44.3 -> 1.44.4 (#345845)

parents 4d0e8bb0 11421f20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
}:

let
  version = "1.44.3";
  version = "1.44.4";

  rpath = lib.makeLibraryPath [
    alsa-lib
@@ -84,7 +84,7 @@ let
    if stdenv.hostPlatform.system == "x86_64-linux" then
      fetchurl {
        url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
        hash = "sha256-3w9alnv51KNyc1pCqCtG022YI7LNrkTihn4Ldacc01M=";
        hash = "sha256-0b0bdKRw+l4m144OVaH/KHB+UtAZ0zIA7KlP9zOE7A8=";
      }
    else
      throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";