fishPlugins.tide: 6.1.1 -> 6.2.0 (#430552)

This commit is contained in:
Weijia Wang 2025-08-05 12:06:15 +02:00 committed by GitHub
commit 6f240ec6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,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.1.1"; version = "6.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IlanCosman"; owner = "IlanCosman";
repo = "tide"; repo = "tide";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ZyEk/WoxdX5Fr2kXRERQS1U1QHH3oVSyBQvlwYnEYyc="; hash = "sha256-1ApDjBUZ1o5UyfQijv9a3uQJ/ZuQFfpNmHiDWzoHyuw=";
}; };
#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