diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2026-01-27 19:05:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 19:05:30 +0000 |
| commit | b1b815e2dc29cecbcd4031775de911f9d8cf53ac (patch) | |
| tree | 04dced22a1adf67e138ab2b36346a41cbb1a011e | |
| parent | hyprshutdown: init at 0-unstable-2026-01-11 (#471442) (diff) | |
| parent | fishPlugins.async-prompt: 1.2.0 -> 1.3.0 (diff) | |
| download | nixpkgs-b1b815e2dc29cecbcd4031775de911f9d8cf53ac.tar.gz | |
fishPlugins.async-prompt: 1.2.0 -> 1.3.0 (#477166)
| -rw-r--r-- | pkgs/shells/fish/plugins/async-prompt.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/async-prompt.nix b/pkgs/shells/fish/plugins/async-prompt.nix index a548550ee6d0..c8fab1f1c931 100644 --- a/pkgs/shells/fish/plugins/async-prompt.nix +++ b/pkgs/shells/fish/plugins/async-prompt.nix @@ -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 = { |
