3
0
Fork 0
forked from mirrors/nixpkgs

mongodb-compass: 1.31.2 -> 1.32.2

This commit is contained in:
Bryan A. S 2022-06-17 01:26:39 -03:00
parent 1829c5b002
commit 4f2e1f2e74

View file

@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.31.2";
version = "1.32.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-ij5lOP3xaty9YjKPionfUhZTcuumlFHt46MUMkjO2yA=";
sha256 = "sha256-ceQp4EiLEWy8niGC0uUdWJrvmdt9Ijt29YdLt7vtcyY=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";