Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fishPlugins.tide: 5.6.0 → 6.0.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>

+2 -2
+2 -2
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.6.0"; 7 + version = "6.0.1"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "IlanCosman"; 11 11 repo = "tide"; 12 12 rev = "v${version}"; 13 - hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI="; 13 + hash = "sha256-oLD7gYFCIeIzBeAW1j62z5FnzWAp3xSfxxe7kBtTLgA="; 14 14 }; 15 15 16 16 #buildFishplugin will only move the .fish files, but tide has a tide configure function