gh: 2.50.0 -> 2.51.0

This commit is contained in:
Redyf 2024-06-13 23:30:49 -03:00 committed by zowoq
parent 8dbf10c3c9
commit 2cf330cc7b

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.50.0";
version = "2.51.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-/h3azuMRGqsQrLW+NwqAunQNNqXybZ1CXC8FT4D+sCY=";
hash = "sha256-xd7IZSOgukEyngxHwsOrHW3ifEMpm1OfXoW3/fvVq3I=";
};
vendorHash = "sha256-Y8F9tetkJSI0LyO6wTHR5d8aRP1VOp3/EvtPKDDbqpM=";
vendorHash = "sha256-0NKfDSDV/hyQfgkhHe0E9xu7A9hz4JAT5uF/Q2ipEwg=";
nativeBuildInputs = [ installShellFiles ];