gh: 1.6.0 -> 1.6.1

https://github.com/cli/cli/releases/tag/v1.6.1
This commit is contained in:
zowoq 2021-02-19 06:51:18 +10:00
parent bbe2fbe929
commit a5948fe664

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "1bylkv3rdz3imy8q4mix6n2yrsmc407c4mddv9l8hm23dxxfj8zh";
sha256 = "03bsramq75i5sw08gdmjh94n1xh743mq6h4dzaix78i531x7y34i";
};
vendorSha256 = "00adc0xjrkjrjh0gxk55vhpgxb5x0j5ialzrdvhlrvhpnb44qrcq";
vendorSha256 = "0nk5axyr3nd9cbk8wswfhqf25dks22mky3rdn6ba9s0fpxhhkr5g";
nativeBuildInputs = [ installShellFiles ];