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