gh: 2.7.0 -> 2.8.0

https://github.com/cli/cli/releases/tag/v2.8.0
This commit is contained in:
Naïm Favier 2022-04-13 22:49:34 +02:00 committed by zowoq
parent 6ddcd831fa
commit 6826bc67ff

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-edlGJD+80k1ySpyNcKc5c2O0MX+S4fQgH5mwHQUxXM8=";
sha256 = "sha256-oPLnc3Fv8oGbfQMujcVIwKJrQ3vCV9yIB4rUtjeVOV0=";
};
vendorSha256 = "sha256-YLkNua0Pz0gVIYnWOzOlV5RuLBaoZ4l7l1Pf4QIfUVQ=";