Merge pull request #148464 from bryanasdev000/pkg-compass

mongodb-compass: 1.29.4 -> 1.29.5
This commit is contained in:
Thiago Kenji Okada
2021-12-03 13:54:56 -03:00
committed by GitHub
+2 -2
View File
@@ -34,7 +34,7 @@ xorg,
}:
let
version = "1.29.4";
version = "1.29.5";
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";
sha256 = "sha256-CqC6BrRhMfjxamSwC6ub1u3+FtDuIq3/OMNdUZgpCAQ=";
sha256 = "sha256-2nzbWflONhBzzxsk+uxFP4/E2fORJatwNcbrG3xhaPc=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";