3
0
Fork 0
forked from mirrors/nixpkgs

mongodb-compass: 1.32.5 -> 1.32.6

This commit is contained in:
R. Ryantm 2022-08-05 13:20:10 +00:00
parent 93e95ec82f
commit c0da0daa08

View file

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