about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2024-02-12 17:28:52 +1100
committerGitHub <noreply@github.com>2024-02-12 17:28:52 +1100
commit2e26817d1275a81fed48318e4b26eb0739f0340c (patch)
tree941846ede860c65e3e8a1946f2675ac8d0190992
parent4477ea4df78489cd91195df19a324ba46a84ab89 (diff)
parentbd1c70e1419210aef6cfcdc97bf91338c880efa4 (diff)
downloadnixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.tar
nixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.tar.gz
nixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.tar.bz2
nixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.tar.lz
nixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.tar.xz
nixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.tar.zst
nixlib-2e26817d1275a81fed48318e4b26eb0739f0340c.zip
Merge pull request #284707 from ocfox/tide
fishPlugins.tide: 6.0.1 -> 6.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