mongodb-compass: 1.39.0 -> 1.39.1

This commit is contained in:
R. Ryantm
2023-08-13 12:41:35 +00:00
parent 722e1e2313
commit 1eab72db44
+2 -2
View File
@@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.39.0";
version = "1.39.1";
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-4qp4Z0PkfWuEKtn6G8NppMVk3TOpi8kt3vL0DsvnbLA=";
sha256 = "sha256-i4dAkpA0i/RSC0PpkEafbxriJy1Y9bW5YrZRjFaS8nw=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";