summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-20 14:38:26 +0900
committerGitHub <noreply@github.com>2023-10-20 14:38:26 +0900
commit5bf82c5a0be600bf8129bc27977205e0806e5a8b (patch)
tree70a9fad22b827c9c8a633e71e8a3d8c40d156904 /pkgs/shells
parent830014abec98e05b97dde6578e4f20a43304688a (diff)
parentf2bf0dbd4e8d26b7db861307a9ac224c4fde5eec (diff)
downloadnixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.tar
nixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.tar.gz
nixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.tar.bz2
nixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.tar.lz
nixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.tar.xz
nixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.tar.zst
nixpkgs-5bf82c5a0be600bf8129bc27977205e0806e5a8b.zip
Merge pull request #260257 from cafkafk/cafk-fishPlugins.tide-6.0.1
fishPlugins.tide: 5.6.0 → 6.0.1
Diffstat (limited to 'pkgs/shells')
-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