fishPlugins.macos: 7.0.0 -> 7.0.1; add updateScript (#405119)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user