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

This commit is contained in:
Aldwin Vlasblom
2020-05-02 16:40:24 +02:00
committed by Benno Fünfstück
parent 1222c2eb24
commit a027934ceb
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "keybase";
version = "5.3.1";
version = "5.4.2";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/kbnm" "go/keybase" ];
@@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "1a1h2c8jr4r20w4gyvyrpsslmh69bl8syl3jbr0fcr2kka7vqnzg";
sha256 = "08lw5aw962f75xi42bwbgba94hiql2n2jnsxrkx84czi0ijs1wlr";
};
patches = [