summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-17 21:03:02 -0500
committerGitHub <noreply@github.com>2023-11-17 21:03:02 -0500
commit7fb0a90f4269f1edc2742130ee8e35198ffcface (patch)
treedf7914a2fba8b0d2ba60e1bd15695a80ab95747e /pkgs/shells/fish
parent56aef9c47bc3c5f38830f6d396c61a26c37869c0 (diff)
parent8276cc4a6626439cb9812b9045145c1e1a2af78f (diff)
downloadnixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.tar
nixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.tar.gz
nixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.tar.bz2
nixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.tar.lz
nixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.tar.xz
nixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.tar.zst
nixpkgs-7fb0a90f4269f1edc2742130ee8e35198ffcface.zip
Merge pull request #268150 from malob/update-github-copilot-cli-fish
fishPlugins.github-copilot-cli-fish: 0.1.33 -> 0.1.33.1
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/plugins/github-copilot-cli-fish.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/github-copilot-cli-fish.nix b/pkgs/shells/fish/plugins/github-copilot-cli-fish.nix
index 83192ad092f..14b57b9a62c 100644
--- a/pkgs/shells/fish/plugins/github-copilot-cli-fish.nix
+++ b/pkgs/shells/fish/plugins/github-copilot-cli-fish.nix
@@ -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; {