fishPlugins.github-copilot-cli-fish: modernise

This commit is contained in:
kashw2
2026-01-17 01:51:40 +10:00
parent b4c511cef3
commit 1b047dbd28
@@ -10,8 +10,8 @@ buildFishPlugin rec {
src = fetchFromGitHub {
owner = "z11i";
repo = pname;
rev = version;
repo = "github-copilot-cli.fish";
tag = version;
hash = "sha256-CFXbeO0euC/UtvQV0KCz4WQfdJgsuXKPM6M9oaw7hvg=";
};