spaceship-prompt: 4.14.0 -> 4.14.1

This commit is contained in:
R. Ryantm 2023-10-05 04:44:34 +00:00
parent 9f20229c6c
commit 21c4de68ca

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.14.0";
version = "4.14.1";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aoifMAjJvv1WAlINNkMwCCop6znxyivoD3vQDo/ZbfQ=";
sha256 = "sha256-dl8Ao9Sg+wbFpp6LfWD6isEKou75UzfJkTjZrue4A0A=";
};
strictDeps = true;