summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorRoman Volosatovs <rvolosatovs@riseup.net>2019-01-07 19:41:48 +0100
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-08 14:21:57 -0500
commit3bc377267794b23de1107c28b1b19cd7fbf535fe (patch)
treef5895739070ca8338495c3fe6d6f83a2fccd5488 /pkgs/tools/security
parent563d4e2a770e824d57992d26957d78d1e5edc2e3 (diff)
downloadnixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.tar
nixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.tar.gz
nixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.tar.bz2
nixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.tar.lz
nixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.tar.xz
nixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.tar.zst
nixpkgs-3bc377267794b23de1107c28b1b19cd7fbf535fe.zip
keybase-gui: 2.11.0 -> 2.13.0
Diffstat (limited to 'pkgs/tools/security')
-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 422ca4ac9cf..a8c2d5ea483 100644
--- a/pkgs/tools/security/keybase/gui.nix
+++ b/pkgs/tools/security/keybase/gui.nix
@@ -3,16 +3,16 @@
 , libnotify, nspr, nss, pango, systemd, xorg, autoPatchelfHook, wrapGAppsHook }:
 
 let
-  versionSuffix = "20181121195344.99751ac04f";
+  versionSuffix = "20190104191034.69b3ee25b7";
 in
 
 stdenv.mkDerivation rec {
   name = "keybase-gui-${version}";
-  version = "2.11.0"; # Find latest version from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
+  version = "2.13.0"; # Find latest version from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
 
   src = fetchurl {
     url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version + "-" + versionSuffix}_amd64.deb";
-    sha256 = "1gh7brdw2p4xfdgc43vrmv0lvki2f3691mfh6lvksy1dv43yb8zl";
+    sha256 = "5b188185dc6d594cd18876a2c955bb6481598c206f048cfd80ac2e7e8022241e";
   };
 
   nativeBuildInputs = [
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
     homepage = https://www.keybase.io/;
     description = "The Keybase official GUI";
     platforms = platforms.linux;
-    maintainers = with maintainers; [ puffnfresh np ];
+    maintainers = with maintainers; [ rvolosatovs puffnfresh np ];
     license = licenses.bsd3;
   };
 }