···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.6.0";
77+ version = "6.0.1";
8899 src = fetchFromGitHub {
1010 owner = "IlanCosman";
1111 repo = "tide";
1212 rev = "v${version}";
1313- hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI=";
1313+ hash = "sha256-oLD7gYFCIeIzBeAW1j62z5FnzWAp3xSfxxe7kBtTLgA=";
1414 };
15151616 #buildFishplugin will only move the .fish files, but tide has a tide configure function