summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-07-04 10:48:53 +0800
committerGitHub <noreply@github.com>2018-07-04 10:48:53 +0800
commit3c8457e518130c4c7ba3ad8e4c93e0c18fc36196 (patch)
tree56f38766e0aedb72077ee4c26bd8a672727c1b10 /pkgs/tools
parente6b503ac2163b4aa0fd2575eb1457f5c98c35829 (diff)
parent6c5bf24d1dd3990baead865b8939a6e4e4bb99c1 (diff)
downloadnixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.tar
nixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.tar.gz
nixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.tar.bz2
nixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.tar.lz
nixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.tar.xz
nixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.tar.zst
nixlib-3c8457e518130c4c7ba3ad8e4c93e0c18fc36196.zip
Merge pull request #42733 from jonafato/keybase-gui-2.3.0
keybase-gui: 1.0.44 -> 2.3.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/keybase/gui.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/keybase/gui.nix b/pkgs/tools/security/keybase/gui.nix
index 1d50f5498c83..b53860e406d2 100644
--- a/pkgs/tools/security/keybase/gui.nix
+++ b/pkgs/tools/security/keybase/gui.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
-, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk2
+, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk3
 , libnotify, nspr, nss, pango, systemd, xorg, utillinuxMinimal }:
 
 let
@@ -16,7 +16,7 @@ let
     gdk_pixbuf
     glib
     gnome2.GConf
-    gtk2
+    gtk3
     libnotify
     nspr
     nss
@@ -38,10 +38,10 @@ let
 in
 stdenv.mkDerivation rec {
   name = "keybase-gui-${version}";
-  version = "1.0.44-20180223200436.9a9ccec79";
+  version = "2.3.0-20180627160031.8e0438e6fb";
   src = fetchurl {
     url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version}_amd64.deb";
-    sha256 = "0dmi0fw39924kpahlsk853hbmpy8a6nj78lrh1wharayjpvj6jv3";
+    sha256 = "0xaxxjdfdmgv0wfy75dspfa0a7cdwdpphyy6my9vw82v8jxl3ffx";
   };
   phases = ["unpackPhase" "installPhase" "fixupPhase"];
   unpackPhase = ''