zowoq 2023-03-10 07:10:24 +10:00
parent ab8b66c94d
commit 90bca3541d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.24.1";
version = "2.24.3";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-W0wl9I5FblbUBi1kZ7X+lhnhDahrggm9ooTaTWqATLg=";
hash = "sha256-Z0Z8mMTk1uAgegL4swJswCJ3D5Zi7DMTai9oQXH+2WM=";
};
vendorHash = "sha256-nn2DzjcXHiuSaiEuWNZTAZ3+OKrEpRzUPzqmH+gZ9sY=";