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

fishPlugins.github-copilot-cli-fish: 0.1.33 -> 0.1.33.1
This commit is contained in:
Nick Cao 2023-11-17 21:03:02 -05:00 committed by GitHub
commit 7fb0a90f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {