mongodb-compass: 1.38.2 -> 1.39.0

This commit is contained in:
R. Ryantm 2023-07-19 06:05:09 +00:00
parent 9baeb19307
commit c2130ffc73

View file

@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.38.2";
version = "1.39.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-pDJMFJ/pfFlgHIJTATDW5gwRwRFoYHH6YNvtJJxDu60=";
sha256 = "sha256-4qp4Z0PkfWuEKtn6G8NppMVk3TOpi8kt3vL0DsvnbLA=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";