gh: 2.49.2 -> 2.50.0

This commit is contained in:
Alexis Hildebrandt 2024-05-29 20:02:55 +02:00 committed by zowoq
parent d6f07be682
commit 7d4f2aaa68

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.49.2";
version = "2.50.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-RevdHBF/7etEstUhsTO9KVK45KTiJnhAhAZAamuEUwk=";
hash = "sha256-/h3azuMRGqsQrLW+NwqAunQNNqXybZ1CXC8FT4D+sCY=";
};
vendorHash = "sha256-9Rv1zPrtaxd00lbA3WrPIzIZ9IiKqZa/ppn37jqMP4M=";
vendorHash = "sha256-Y8F9tetkJSI0LyO6wTHR5d8aRP1VOp3/EvtPKDDbqpM=";
nativeBuildInputs = [ installShellFiles ];