keybase,keybase-gui: 5.1.0 -> 5.1.1

This commit is contained in:
Oleksii Filonenko
2020-02-10 20:41:28 +01:00
committed by Frederik Rietdijk
parent 85b93ef20e
commit 0ea4e9940b
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "keybase";
version = "5.1.0";
version = "5.1.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 = "1phf90q30la50bdqhm9cqcw039wh4dwrxwa5l3zvsr5j72aak5ij";
sha256 = "06rhnmk59was7dd5pd4czlrwqvmh02l9gka9561dkpl6w3j6814a";
};
patches = [