github-copilot-cli: 0.0.373 -> 0.0.374

This commit is contained in:
R. Ryantm
2026-01-06 23:45:56 +00:00
parent ecf18ba4e8
commit f8e2c192e4
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "github-copilot-cli";
version = "0.0.373";
version = "0.0.374";
src = fetchzip {
url = "https://registry.npmjs.org/@github/copilot/-/copilot-${finalAttrs.version}.tgz";
hash = "sha256-Mo6RdDEXaLzWCyKPO1Oalc9hO8/gW6x01tpHiFVGiWM=";
hash = "sha256-whQbHIAZPzaGgRgnl99qQu0ZIOdl5QspnlydpKlmTjI=";
};
nativeBuildInputs = [ makeBinaryWrapper ];