mongodb-compass: 1.23.0 -> 1.24.6

This commit is contained in:
R. RyanTM 2021-01-20 09:16:21 +00:00 committed by tomberek
parent 2e8a2bbbda
commit c33e84e655

View file

@ -3,7 +3,7 @@
, gnome2, gdk-pixbuf, gtk3, pango, libnotify, libsecret, libuuid, libxcb, nspr, nss, systemd, xorg, wrapGAppsHook }:
let
version = "1.23.0";
version = "1.24.6";
rpath = lib.makeLibraryPath [
alsaLib
@ -49,7 +49,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
sha256 = "1kmhki4kq28z8h249p4imcpb0nz2dx5bmpv8ldhhqh3rcq5vzxsv";
sha256 = "sha256-GTMJ3Mu0vym2u4uZcq5LnbOod1yanCWHbGLXjVq30Hc=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";