gh: 1.8.0 -> 1.8.1

https://github.com/cli/cli/releases/tag/v1.8.1
This commit is contained in:
zowoq 2021-04-03 05:48:47 +10:00
parent 574c4a7468
commit 941cb99cf2

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "009jh1i1ji7d773ismifdw4qvwlb8s1zn14d0n84j9h3n0hyynbc";
sha256 = "1q0vc9wr4n813mxkf7jjj3prw1n7xv4l985qd57pg4a2js1dqa1y";
};
vendorSha256 = "1wv30z0jg195nkpz3rwvhixyw81lg2wzwwajq9g6s3rfjj8gs9v2";