Merge pull request #241994 from ocfox/tide-5.6.0

fishPlugins.tide: 5.5.1 -> 5.6.0

authored by Weijia Wang and committed by GitHub a17bb78e 233fba07

+3 -3
+3 -3
pkgs/shells/fish/plugins/tide.nix
··· 4 4 # Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716 5 5 buildFishPlugin rec { 6 6 pname = "tide"; 7 - version = "5.5.1"; 7 + version = "5.6.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "IlanCosman"; 11 11 repo = "tide"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-vi4sYoI366FkIonXDlf/eE2Pyjq7E/kOKBrQS+LtE+M="; 13 + hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI="; 14 14 }; 15 15 16 16 #buildFishplugin will only move the .fish files, but tide has a tide configure function ··· 19 19 ''; 20 20 21 21 meta = with lib; { 22 - description = "The ultimate Fish prompt."; 22 + description = "The ultimate Fish prompt"; 23 23 homepage = "https://github.com/IlanCosman/tide"; 24 24 license = licenses.mit; 25 25 maintainers = [ maintainers.jocelynthode ];