mongodb-compass: 1.32.4 -> 1.32.5

This commit is contained in:
R. Ryantm 2022-07-29 01:03:55 +00:00
parent 6c36cf7d3f
commit ec310a24ee

View file

@ -33,7 +33,7 @@ xorg,
}:
let
version = "1.32.4";
version = "1.32.5";
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-w66ky83VkPhoa4OibzcsaLSWhoI4DQvUGWaKsBuCB7Q=";
sha256 = "sha256-ANktXRokO0rIkiSj6OQDepB+UfTItBMDkEhD9ia52s4=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";