mongodb-compass: 1.29.5 -> 1.29.6
This commit is contained in:
parent
e2b2136d63
commit
a1fa82a68a
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue