about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-10 13:10:35 -0500
committerfigsoda <figsoda@pm.me>2023-03-10 13:11:08 -0500
commit678e2fe30ee2825aae481c3cfde6257715542025 (patch)
tree186216e9b711dd673225f250fdb0cbbbd2776065 /pkgs/shells/fish
parentcab32f0f86e519a90249c612b3fee06fab9d1db3 (diff)
fishPlugins.autopair: 1.0.3 -> 1.0.4
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/plugins/autopair.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/autopair.nix b/pkgs/shells/fish/plugins/autopair.nix
index d1036829bfdb8..ff36da648d43e 100644
--- a/pkgs/shells/fish/plugins/autopair.nix
+++ b/pkgs/shells/fish/plugins/autopair.nix
@@ -2,13 +2,13 @@
 
 buildFishPlugin rec {
   pname = "autopair";
-  version = "1.0.3";
+  version = "1.0.4";
 
   src = fetchFromGitHub {
     owner = "jorgebucaran";
     repo = "autopair.fish";
     rev = version;
-    sha256 = "sha256-l6WJ2kjDO/TnU9FSigjxk5xFp90xl68gDfggkE/wrlM=";
+    sha256 = "sha256-s1o188TlwpUQEN3X5MxUlD/2CFCpEkWu83U9O+wg3VU=";
   };
 
   meta = with lib; {