gh: 2.11.0 -> 2.11.1

https://github.com/cli/cli/releases/tag/v2.11.1
This commit is contained in:
zowoq 2022-05-25 07:07:31 +10:00
parent e7f790a6c1
commit 8c00b0e250

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-VWbkthOaq34tAiBkPlCXmz32RrJfO6dfVS+LLls39jA=";
sha256 = "sha256-bDPcU898ceARV06AADNj08D1eKD6yp39D6Ahs70d+kU=";
};
vendorSha256 = "sha256-soNQXtpQ217scP606UA05+r9WIrUAMOCDBsfLKrVD+Q=";