github-copilot-cli: 0.0.372 -> 0.0.373 (#475769)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-01 04:30:03 +00:00
committed by GitHub

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "github-copilot-cli";
version = "0.0.372";
version = "0.0.373";
src = fetchzip {
url = "https://registry.npmjs.org/@github/copilot/-/copilot-${finalAttrs.version}.tgz";
hash = "sha256-YtGt9J7dPL7m1Tc0nYf/sZrl30LxXrcIOZv1de4tLT8=";
hash = "sha256-Mo6RdDEXaLzWCyKPO1Oalc9hO8/gW6x01tpHiFVGiWM=";
};
nativeBuildInputs = [ makeBinaryWrapper ];