fishPlugins.macos: 7.0.1 -> 7.1.0 (#430419)

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

View File

@ -7,13 +7,13 @@
buildFishPlugin rec {
pname = "macos";
version = "7.0.1";
version = "7.1.0";
src = fetchFromGitHub {
owner = "halostatue";
repo = "fish-macos";
tag = "v${version}";
hash = "sha256-E5HfcGEP5YnUXY50eSPPtLxXL9N7nDInlAw91dNehhc=";
hash = "sha256-gAbmpEmUvM3pFEZ6oSFM//dmu4sXu6ncMiOH75iq5A4=";
};
passthru.updateScript = nix-update-script { };