about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLana Black <lanablack@amok.cc>2019-07-24 15:04:37 +0000
committerLana Black <lanablack@amok.cc>2019-07-24 15:04:37 +0000
commitee0cb1855ca8a804ac0db80c88891684f9fd8fce (patch)
tree2a8770efdbd2f20e6f006c2be341d2749dda4f4a
parentffabf517671e05c0f2d6f7c1c63e18e630edd6f9 (diff)
downloadnixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.tar
nixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.tar.gz
nixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.tar.bz2
nixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.tar.lz
nixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.tar.xz
nixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.tar.zst
nixlib-ee0cb1855ca8a804ac0db80c88891684f9fd8fce.zip
mongodb-compass: 1.13.1 -> 1.17.0
-rw-r--r--pkgs/tools/misc/mongodb-compass/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/mongodb-compass/default.nix b/pkgs/tools/misc/mongodb-compass/default.nix
index f03b536c6156..16762d243dbb 100644
--- a/pkgs/tools/misc/mongodb-compass/default.nix
+++ b/pkgs/tools/misc/mongodb-compass/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, dpkg
 , alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib
-, gnome2, libnotify, libxcb, nspr, nss, systemd, xorg }:
+, gnome2, gnome3, libnotify, libxcb, nspr, nss, systemd, xorg }:
 
 let
 
-  version = "1.13.1";
+  version = "1.17.0";
 
   rpath = stdenv.lib.makeLibraryPath [
     alsaLib
@@ -19,7 +19,7 @@ let
     glib
     gnome2.GConf
     gnome2.gdk_pixbuf
-    gnome2.gtk
+    gnome3.gtk
     gnome2.pango
     libnotify
     libxcb
@@ -46,7 +46,7 @@ let
     if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchurl {
         url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
-        sha256 = "0x23jshnr0rafm5sn2vhq2y2gryg8mksahzyv5fszblgaxay234p";
+        sha256 = "085xq1ik8kyza1kq9kn0pf98zk6g2qa21clxhn48rgnqk20aninv";
       }
     else
       throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";