Commit 1b047dbd authored by kashw2's avatar kashw2
Browse files

fishPlugins.github-copilot-cli-fish: modernise

parent b4c511ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };