gh: 2.32.1 -> 2.33.0

This commit is contained in:
Alexis Hildebrandt 2023-08-21 21:32:38 +02:00 committed by zowoq
parent 69eaeb01e0
commit 51407081cd

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.32.1";
version = "2.33.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-DfcafkgauO0mlMEJTfR7hjnkY1QJ4dUyrWv/bqJlVAo=";
hash = "sha256-BvGZS0n9S3a/QCbzpP2539wj7hN54G5VlJnQVtqdSTk=";
};
vendorHash = "sha256-7Izhqma/zukH9M7EvV9I4axefVaTDoNVXQmLx+GjAt0=";