gitAndTools.hub: 2.6.0 -> 2.6.1
This commit is contained in:
parent
6449501902
commit
6153dc76f2
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "hub-${version}";
|
||||
version = "2.6.0";
|
||||
version = "2.6.1";
|
||||
|
||||
goPackagePath = "github.com/github/hub";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "github";
|
||||
repo = "hub";
|
||||
rev = "v${version}";
|
||||
sha256 = "0hxmbpyv2yjxg4v3z50x5ikgcz7mgv5prya8jcpi277vq2s0wwa1";
|
||||
sha256 = "1gq8nmzdsqicjgam3h48l0dad46dn9mx9blr1413rc2cp9qmg7d4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ groff ronn utillinux ];
|
||||
|
|
Loading…
Reference in a new issue