1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

gh: 2.61.0 -> 2.62.0

This commit is contained in:
Alexis Hildebrandt 2024-11-15 00:05:11 +01:00 committed by zowoq
parent 394e4831a0
commit 52b48e2033

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "gh";
version = "2.61.0";
version = "2.62.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-zzcptg2hTQDRWFbC99q/Qy+Nk2vrhekYc5dMr3fjFD0=";
hash = "sha256-1nJCI+MLqZnEeXXHYI/GbZoPqIuIyQO5kFkPiLN+Y6I=";
};
vendorHash = "sha256-b8HO4mevQcfX/VpJv1ZefXWAeXyhsy6074fvVNoH/8Y=";