summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2023-10-10 18:25:22 +0200
committerChristina Sørensen <christina@cafkafk.com>2023-10-10 18:25:22 +0200
commitf2bf0dbd4e8d26b7db861307a9ac224c4fde5eec (patch)
tree0f4967f03a817fc13ba1ff8f2618eb8d24d32a03 /pkgs/shells/fish
parentcd72881f51b4aa0669fdeef4a6c0c13dd3f796f1 (diff)
downloadnixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.tar
nixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.tar.gz
nixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.tar.bz2
nixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.tar.lz
nixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.tar.xz
nixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.tar.zst
nixpkgs-f2bf0dbd4e8d26b7db861307a9ac224c4fde5eec.zip
fishPlugins.tide: 5.6.0 → 6.0.1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Diffstat (limited to 'pkgs/shells/fish')
-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 94cbfaa6b8f..39afd487afd 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 = "5.6.0";
+  version = "6.0.1";
 
   src = fetchFromGitHub {
     owner = "IlanCosman";
     repo = "tide";
     rev = "v${version}";
-    hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI=";
+    hash = "sha256-oLD7gYFCIeIzBeAW1j62z5FnzWAp3xSfxxe7kBtTLgA=";
   };
 
   #buildFishplugin will only move the .fish files, but tide has a tide configure function