mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #90389 from r-ryantm/auto-update/keybase
keybase: 5.4.2 -> 5.5.1
This commit is contained in:
commit
648ece4624
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "keybase";
|
pname = "keybase";
|
||||||
version = "5.4.2";
|
version = "5.5.1";
|
||||||
|
|
||||||
goPackagePath = "github.com/keybase/client";
|
goPackagePath = "github.com/keybase/client";
|
||||||
subPackages = [ "go/kbnm" "go/keybase" ];
|
subPackages = [ "go/kbnm" "go/keybase" ];
|
||||||
@ -17,7 +17,7 @@ buildGoPackage rec {
|
|||||||
owner = "keybase";
|
owner = "keybase";
|
||||||
repo = "client";
|
repo = "client";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08lw5aw962f75xi42bwbgba94hiql2n2jnsxrkx84czi0ijs1wlr";
|
sha256 = "03y69zmzbnfay173xkbzvnhh8zjjd2rfnqmpgr0wvh1psn7mgpsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user