1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

gh: 1.5.0 -> 1.6.0

https://github.com/cli/cli/releases/tag/v1.6.0
This commit is contained in:
zowoq 2021-02-18 07:08:21 +10:00
parent bd4b22a87a
commit a7251011a6

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "1f23b8bn867b4zihz8m91xmkclcw1jnqkwi06klhm5576akahigq";
sha256 = "1bylkv3rdz3imy8q4mix6n2yrsmc407c4mddv9l8hm23dxxfj8zh";
};
vendorSha256 = "00adc0xjrkjrjh0gxk55vhpgxb5x0j5ialzrdvhlrvhpnb44qrcq";