mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:17:48 +00:00
mongodb-compass: 1.29.6 -> 1.30.1
This commit is contained in:
parent
151717b818
commit
5de74e978d
@ -34,7 +34,7 @@ xorg,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.29.6";
|
||||
version = "1.30.1";
|
||||
|
||||
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-yLbuHvZrI8C4X/burIo5cI+H8KEv++4FyRgtISpmPxE=";
|
||||
sha256 = "sha256-MwkYgkDZmzZsthJxSK6c+0us0D4cPuDfuV1XBbeTNXE=";
|
||||
}
|
||||
else
|
||||
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
|
||||
|
Loading…
Reference in New Issue
Block a user