gh: 2.11.2 -> 2.11.3

https://github.com/cli/cli/releases/tag/v2.11.3
This commit is contained in:
zowoq 2022-05-26 08:18:01 +10:00
parent 104f09f2e4
commit c408f01b69

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.11.2";
version = "2.11.3";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-eumNYEjMDtnpvs5nP2o6w4aSymfme7OhOER+rmaFxDw=";
sha256 = "sha256-b00bP0usTpYr5EShyckmZ+a1Mw48payU/KllSck47fI=";
};
vendorSha256 = "sha256-soNQXtpQ217scP606UA05+r9WIrUAMOCDBsfLKrVD+Q=";