mongodb-compass: 1.30.1 -> 1.31.0

This commit is contained in:
Bryan A. S
2022-04-05 04:40:00 -03:00
parent 996a9c24d5
commit 45e2c0dd08
+2 -2
View File
@@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.30.1";
version = "1.31.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";
sha256 = "sha256-MwkYgkDZmzZsthJxSK6c+0us0D4cPuDfuV1XBbeTNXE=";
sha256 = "sha256-kzGBb8h03jPCqpwKPXeqB3yPTGgvVsl1DjIyCbNgjqM=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";