gh: 2.45.0 -> 2.46.0

This commit is contained in:
R. Ryantm 2024-03-20 23:16:42 +00:00 committed by zowoq
parent 465688e602
commit f58525e740

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.45.0";
version = "2.46.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-jztBWn/1bDTxR/q27RYJM6boFWyduTKAtIn5zIZK2tU=";
hash = "sha256-UvHLOG7/IJOzqFSu9Bbho+ldgvvGCiVjJK0epnYxZF8=";
};
vendorHash = "sha256-FprVBvYPGWLcUKlWg9JU7yy2KDa/3rceAEHUIYHN4f8=";
vendorHash = "sha256-hZ8YGGrkeqI8079KSQM3E8SISb8lzFo4kQx2G+8HpNM=";
nativeBuildInputs = [ installShellFiles ];