gh: 2.66.0 -> 2.66.1 (#378521)

This commit is contained in:
zowoq 2025-02-01 21:33:40 +10:00 committed by GitHub
commit d943ea2898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "gh";
version = "2.66.0";
version = "2.66.1";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
tag = "v${version}";
hash = "sha256-6IxXbi0vWb/AT64q5aZiV1wuz5viksXdxonLfJlu3y0=";
hash = "sha256-+aXA7/UHkiwMAUBsMzbk2NPN8Yoku0vO2IObJIFSM1o=";
};
vendorHash = "sha256-gLFPr6b9zkkvmhcljnuB23MAMa9xELsUHtcP8xTfWFE=";