gh: 2.42.1 -> 2.43.1

This commit is contained in:
R. Ryantm 2024-02-01 05:02:33 +00:00 committed by zowoq
parent f7ad447248
commit 32cf02a260

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.42.1";
version = "2.43.1";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-5kTBOWdL31UfFDp8XC+lc2vJrXZ0PBJafXyczMPn59o=";
hash = "sha256-FPKYp3tdYXncHjfo6E6tRnEG9AQ0RU6FaezwMlTOCtA=";
};
vendorHash = "sha256-XBoC1sHfxInkamSHNm7Vb3AKCgIch6uYx0jJWqN7PN8=";
vendorHash = "sha256-r1zcwBz/mJOv1RU4Ilgg73yH37xu7a/BmqgAkiODq0I=";
nativeBuildInputs = [ installShellFiles ];