forked from NixOS/nixpkgs
fishPlugins.macos: 7.0.0 -> 7.0.1; add updateScript (#405119)
This commit is contained in:
commit
08ed12d61f
1 changed files with 5 additions and 2 deletions
|
@ -2,19 +2,22 @@
|
|||
lib,
|
||||
buildFishPlugin,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildFishPlugin rec {
|
||||
pname = "macos";
|
||||
version = "7.0.0";
|
||||
version = "7.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "halostatue";
|
||||
repo = "fish-macos";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-o5VBeoA62KRDcnJXdXzllF1FMaSLMW1rxhaRC4rzWrg=";
|
||||
hash = "sha256-E5HfcGEP5YnUXY50eSPPtLxXL9N7nDInlAw91dNehhc=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "MacOS functions for Fish";
|
||||
homepage = "https://github.com/halostatue/fish-macos";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue