fishPlugins.pisces: modernise

This commit is contained in:
kashw2
2025-11-12 05:50:47 +10:00
parent 4e6f723a95
commit ad9655a1c1

View File

@@ -10,9 +10,9 @@ buildFishPlugin rec {
src = fetchFromGitHub {
owner = "laughedelic";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Oou2IeNNAqR00ZT3bss/DbhrJjGeMsn9dBBYhgdafBw=";
repo = "pisces";
tag = "v${version}";
hash = "sha256-Oou2IeNNAqR00ZT3bss/DbhrJjGeMsn9dBBYhgdafBw=";
};
meta = {