spaceship-prompt: 4.15.2 -> 4.15.3

This commit is contained in:
R. Ryantm 2024-05-29 15:14:31 +00:00
parent 3852c7ab26
commit 66b6e84e28

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.15.2";
version = "4.15.3";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T5tilMwRc0vbj6Cq3xSf9Q77UfX2aQ+Y1RdkYtzD0k8=";
sha256 = "sha256-2Z9NUC1TR0lYBQux+Tkac0oFVnYIxsMkdWNGKQIz9IU=";
};
strictDeps = true;