fishPlugins.macos: 7.0.0 -> 7.0.1; add updateScript (#405119)

This commit is contained in:
Felix Bargfeldt
2025-05-26 22:15:08 +02:00
committed by GitHub
+5 -2
View File
@@ -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";