github-copilot-cli: 0.1.33 -> 0.1.36

This commit is contained in:
hacker1024 2024-01-19 20:08:44 +11:00
parent bb458232c1
commit ec9226de63
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