keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1

This commit is contained in:
Piotr Szegda
2020-03-20 18:02:14 +01:00
parent d1303f10e9
commit 4fa3bd1770
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "keybase";
version = "5.3.0";
version = "5.3.1";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/kbnm" "go/keybase" ];
@@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "0xqqzjlvq9sgjx1jzv0w2ls0365xzfh4iapzqkrqka635xfggwcn";
sha256 = "1a1h2c8jr4r20w4gyvyrpsslmh69bl8syl3jbr0fcr2kka7vqnzg";
};
patches = [