gh: 2.35.0 -> 2.36.0

This commit is contained in:
Alexis Hildebrandt 2023-10-03 21:16:17 +02:00
parent e61356b986
commit 0601ecad49

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.35.0";
version = "2.36.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-ddVszWyfu9BsP4yvOtVTHhZ51D8j4Vf1pdyahF0gjVk=";
hash = "sha256-ya+Iuhe+vXNqt6mfpZ3h8jq++82AGMj+Zd4ozGFjuqY=";
};
vendorHash = "sha256-iql/CEWwg6t5k8qOFEQotMUUJd4VQ/H4JcuL2Eunqg0=";
vendorHash = "sha256-tJDn3pyX5iTIa61OQXbErdBprqxu1N2LXqyJtpDQnBE=";
nativeBuildInputs = [ installShellFiles ];