mongodb-compass: 1.29.5 -> 1.29.6

This commit is contained in:
R. Ryantm 2021-12-25 16:44:53 +00:00
parent e2b2136d63
commit a1fa82a68a

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}";