Merge pull request #282009 from hacker1024/update/github-copilot-cli

github-copilot-cli: 0.1.33 -> 0.1.36
This commit is contained in:
Nikolay Korotkiy 2024-01-20 01:46:42 +04:00 committed by GitHub
commit da06eebad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 662 additions and 368 deletions

View file

@ -2,14 +2,14 @@
buildNpmPackage rec {
pname = "github-copilot-cli";
version = "0.1.33";
version = "0.1.36";
src = fetchzip {
url = "https://registry.npmjs.org/@githubnext/${pname}/-/${pname}-${version}.tgz";
hash = "sha256-uTv6Z/AzvINinMiIfaaqRZDCmsAQ7tOE5SpuecpzGug=";
hash = "sha256-7n+7sN61OrqMVGaKll85+HwX7iGG9M/UW5lf2Pd5sRU=";
};
npmDepsHash = "sha256-VIg9a63GH246SbmK4Q8CwA2jdaaOwNUXoJkuDVwy5jE=";
npmDepsHash = "sha256-h0StxzGbl3ZeOQ4Jy1BgJ5sJ0pAbubMCRsiIOYpU04w=";
postPatch = ''
cp ${./package-lock.json} package-lock.json

File diff suppressed because it is too large Load diff