about summary refs log tree commit diff
diff options
context:
space:
mode:
authorocfox <i@ocfox.me>2024-01-29 15:02:27 +0800
committerocfox <i@ocfox.me>2024-02-12 12:52:41 +0800
commitbd1c70e1419210aef6cfcdc97bf91338c880efa4 (patch)
tree6c6e06132f9ab4a2657bf6c006ab1ea74a073b75
parentc65ffe3f171d721f017b3397f9fcbc00e091f242 (diff)
downloadnixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.tar
nixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.tar.gz
nixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.tar.bz2
nixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.tar.lz
nixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.tar.xz
nixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.tar.zst
nixlib-bd1c70e1419210aef6cfcdc97bf91338c880efa4.zip
fishPlugins.tide: 6.0.1 -> 6.1.1
Diff: https://github.com/IlanCosman/tide/compare/v6.0.1...v6.1.1
-rw-r--r--pkgs/shells/fish/plugins/tide.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/tide.nix b/pkgs/shells/fish/plugins/tide.nix
index 39afd487afdb..95a3e150a5a3 100644
--- a/pkgs/shells/fish/plugins/tide.nix
+++ b/pkgs/shells/fish/plugins/tide.nix
@@ -4,13 +4,13 @@
 # Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716
 buildFishPlugin rec {
   pname = "tide";
-  version = "6.0.1";
+  version = "6.1.1";
 
   src = fetchFromGitHub {
     owner = "IlanCosman";
     repo = "tide";
     rev = "v${version}";
-    hash = "sha256-oLD7gYFCIeIzBeAW1j62z5FnzWAp3xSfxxe7kBtTLgA=";
+    hash = "sha256-ZyEk/WoxdX5Fr2kXRERQS1U1QHH3oVSyBQvlwYnEYyc=";
   };
 
   #buildFishplugin will only move the .fish files, but tide has a tide configure function