1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

keybase: update to 1.0.30

(cherry picked from commit 06896f2648)
This commit is contained in:
Rob Vermaas 2017-09-19 07:34:35 +00:00
parent 84bfe7ed78
commit ef3cb5cc47
No known key found for this signature in database
GPG key ID: E114A5F264A8AE8E

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "keybase-${version}";
version = "1.0.28";
version = "1.0.30";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "03ldg7r0d9glccbx2xb3g3xyla82j5hkmmwfvzdqg43740l51mci";
sha256 = "0vivc71xfi4y3ydd29b17qxzi10r3a1ppmjjws6vrs0gz58bz1j8";
};
buildFlags = [ "-tags production" ];