spaceship-prompt: 4.14.1 -> 4.15.1

This commit is contained in:
R. Ryantm 2024-03-30 17:37:18 +00:00
parent b488f65e71
commit 32432b7108

View file

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