fishPlugins.async-prompt: 1.2.0 -> 1.3.0 (#477166)

This commit is contained in:
Sandro
2026-01-27 19:05:30 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "async-prompt";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "acomagu";
repo = "fish-async-prompt";
rev = "v${version}";
hash = "sha256-B7Ze0a5Zp+5JVsQUOv97mKHh5wiv3ejsDhJMrK7YOx4=";
hash = "sha256-HWW9191RP//48HkAHOZ7kAAAPSBKZ+BW2FfCZB36Y+g=";
};
meta = {