Merge pull request #293369 from r-ryantm/auto-update/gh

gh: 2.44.1 -> 2.45.0
This commit is contained in:
Pol Dellaiera
2024-03-05 16:03:05 +01:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.44.1";
version = "2.45.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-ZcJY9XNkp1Glo0sQ0O9iadsvW4eterkogjlJmQeP+M4=";
hash = "sha256-jztBWn/1bDTxR/q27RYJM6boFWyduTKAtIn5zIZK2tU=";
};
vendorHash = "sha256-r1zcwBz/mJOv1RU4Ilgg73yH37xu7a/BmqgAkiODq0I=";
vendorHash = "sha256-FprVBvYPGWLcUKlWg9JU7yy2KDa/3rceAEHUIYHN4f8=";
nativeBuildInputs = [ installShellFiles ];