fishPlugins.tide: 6.0.1 -> 6.1.1

Diff: https://github.com/IlanCosman/tide/compare/v6.0.1...v6.1.1
This commit is contained in:
ocfox 2024-01-29 15:02:27 +08:00
parent c65ffe3f17
commit bd1c70e141
No known key found for this signature in database

View File

@ -4,13 +4,13 @@
# Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716 # Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716
buildFishPlugin rec { buildFishPlugin rec {
pname = "tide"; pname = "tide";
version = "6.0.1"; version = "6.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IlanCosman"; owner = "IlanCosman";
repo = "tide"; repo = "tide";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-oLD7gYFCIeIzBeAW1j62z5FnzWAp3xSfxxe7kBtTLgA="; hash = "sha256-ZyEk/WoxdX5Fr2kXRERQS1U1QHH3oVSyBQvlwYnEYyc=";
}; };
#buildFishplugin will only move the .fish files, but tide has a tide configure function #buildFishplugin will only move the .fish files, but tide has a tide configure function