Unverified Commit 7fb0a90f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268150 from malob/update-github-copilot-cli-fish

fishPlugins.github-copilot-cli-fish: 0.1.33 -> 0.1.33.1
parents 56aef9c4 8276cc4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildFishPlugin rec {
  pname = "github-copilot-cli.fish";
  version = "0.1.33";
  version = "0.1.33.1";

  src = fetchFromGitHub {
    owner = "z11i";
    repo = pname;
    rev = version;
    hash = "sha256-dhACPlFrw1Z0dW0eA0IMnOelYJc7Fyz2D9u+rL1pyiM=";
    hash = "sha256-CFXbeO0euC/UtvQV0KCz4WQfdJgsuXKPM6M9oaw7hvg=";
  };

  meta = with lib; {