Merge pull request #152112 from r-ryantm/auto-update/mongodb-compass

mongodb-compass: 1.29.5 -> 1.29.6
This commit is contained in:
Bobby Rong
2021-12-26 12:22:55 +08:00
committed by GitHub
+2 -2
View File
@@ -34,7 +34,7 @@ xorg,
}:
let
version = "1.29.5";
version = "1.29.6";
rpath = lib.makeLibraryPath [
alsa-lib
@@ -84,7 +84,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
sha256 = "sha256-2nzbWflONhBzzxsk+uxFP4/E2fORJatwNcbrG3xhaPc=";
sha256 = "sha256-yLbuHvZrI8C4X/burIo5cI+H8KEv++4FyRgtISpmPxE=";
}
else
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";