spaceship-prompt: 4.22.0 -> 4.22.1

This commit is contained in:
R. Ryantm
2026-03-26 15:54:40 +00:00
parent 085868b4df
commit 76906dfad7
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.22.0";
version = "4.22.1";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = "spaceship-prompt";
rev = "v${version}";
sha256 = "sha256-+2Nlao4w3DoAqIMgc68iyUAXdTyPGrW9cfG1brELlyo=";
sha256 = "sha256-shZf1IfSkHnaHnQ4idiDrmaJYXtViwGntpfEOBUDyBk=";
};
strictDeps = true;