gh: 2.27.0 -> 2.28.0

This commit is contained in:
Alexis Hildebrandt 2023-04-25 23:26:26 +02:00 committed by zowoq
parent 8c5e16581c
commit d4bde02d32

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.27.0";
version = "2.28.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-WjKHV/GfoPFRTKUJy7ht1H6zbt+EqJk6e9ysjaAkelw=";
hash = "sha256-FceyGNQwA6SFg97FtX4ATlevpLzG/FPVSoKBznWIfC8=";
};
vendorHash = "sha256-+8/cA0UxyVu7nyLhHYBWmn8Vs0O/EYepqTAOVU4gwt4=";
vendorHash = "sha256-iTPdOolvWINUSSYiPZAwn5ZF44x/x1tIWnKUHAn8ITA=";
nativeBuildInputs = [ installShellFiles ];