···44# Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716
55buildFishPlugin rec {
66 pname = "tide";
77- version = "5.5.1";
77+ version = "5.6.0";
8899 src = fetchFromGitHub {
1010 owner = "IlanCosman";
1111 repo = "tide";
1212 rev = "v${version}";
1313- sha256 = "sha256-vi4sYoI366FkIonXDlf/eE2Pyjq7E/kOKBrQS+LtE+M=";
1313+ hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI=";
1414 };
15151616 #buildFishplugin will only move the .fish files, but tide has a tide configure function
···1919 '';
20202121 meta = with lib; {
2222- description = "The ultimate Fish prompt.";
2222+ description = "The ultimate Fish prompt";
2323 homepage = "https://github.com/IlanCosman/tide";
2424 license = licenses.mit;
2525 maintainers = [ maintainers.jocelynthode ];