mongodb-compass: 1.36.1 -> 1.36.2

This commit is contained in:
R. Ryantm
2023-04-06 14:08:43 +00:00
parent 101bc33b43
commit efd5ee6de6
+2 -2
View File
@@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.36.1";
version = "1.36.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-nM4Afka2dTjI9xn3cu23ACoj5qIFH4c7tJTNLmD23Jw=";
sha256 = "sha256-IegS2qQrInWiJAtAP9/voymuyWyyBYK6hbatmkOnFX4=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";