Skip to content

Commit 28e05a0

Browse files
committedMay 20, 2017
keybase-gui: 1.0.18 -> 1.0.23
1 parent 9f6b1dc commit 28e05a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/keybase-gui/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ let
3636
in
3737
stdenv.mkDerivation rec {
3838
name = "keybase-gui-${version}";
39-
version = "1.0.18-20170209170023.17b641d";
39+
version = "1.0.23-20170519175207.d6c5e9e";
4040
src = fetchurl {
4141
url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version}_amd64.deb";
42-
sha256 = "01mr6hyzs208g3ankl4swikna66n85xzn7ig4k7p6hxmnnvplgb3";
42+
sha256 = "14nylwpd64ngx1kdb4pk2laghslx9872fb2a9jgkbgbgnan5nkmm";
4343
};
4444
phases = ["unpackPhase" "installPhase" "fixupPhase"];
4545
unpackPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.