mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #241994 from ocfox/tide-5.6.0
fishPlugins.tide: 5.5.1 -> 5.6.0
This commit is contained in:
commit
a17bb78eb3
@ -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.5.1";
|
version = "5.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "IlanCosman";
|
owner = "IlanCosman";
|
||||||
repo = "tide";
|
repo = "tide";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-vi4sYoI366FkIonXDlf/eE2Pyjq7E/kOKBrQS+LtE+M=";
|
hash = "sha256-cCI1FDpvajt1vVPUd/WvsjX/6BJm6X1yFPjqohmo1rI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
#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
|
||||||
@ -19,7 +19,7 @@ buildFishPlugin rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The ultimate Fish prompt.";
|
description = "The ultimate Fish prompt";
|
||||||
homepage = "https://github.com/IlanCosman/tide";
|
homepage = "https://github.com/IlanCosman/tide";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.jocelynthode ];
|
maintainers = [ maintainers.jocelynthode ];
|
||||||
|
Loading…
Reference in New Issue
Block a user