forked from mirrors/nixpkgs
gh: 2.24.0 -> 2.24.1
Diff: https://github.com/cli/cli/compare/v2.24.0...v2.24.1 Changelog: https://github.com/cli/cli/releases/tag/v2.24.1
This commit is contained in:
parent
75c8abce06
commit
e3a07ea752
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gh";
|
||||
version = "2.24.0";
|
||||
version = "2.24.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cli";
|
||||
repo = "cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-5ccvdm0BQZ0+yccB+TjlVt5ZAPxKuEInOed2D9AzMjc=";
|
||||
hash = "sha256-W0wl9I5FblbUBi1kZ7X+lhnhDahrggm9ooTaTWqATLg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-nn2DzjcXHiuSaiEuWNZTAZ3+OKrEpRzUPzqmH+gZ9sY=";
|
||||
|
|
Loading…
Reference in a new issue