Merge pull request #260257 from cafkafk/cafk-fishPlugins.tide-6.0.1

fishPlugins.tide: 5.6.0 → 6.0.1
This commit is contained in:
OTABI Tomoya 2023-10-20 14:38:26 +09:00 committed by GitHub
commit 5bf82c5a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = "5.6.0"; version = "6.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IlanCosman"; owner = "IlanCosman";
repo = "tide"; repo = "tide";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI="; hash = "sha256-oLD7gYFCIeIzBeAW1j62z5FnzWAp3xSfxxe7kBtTLgA=";
}; };
#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