spaceship-prompt: 4.19.3 -> 4.21.0

This commit is contained in:
R. Ryantm
2025-12-26 15:13:02 +00:00
parent 4aa60f47bf
commit 5a3532ca4e
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.19.3";
version = "4.21.0";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = "spaceship-prompt";
rev = "v${version}";
sha256 = "sha256-2RWU341FFGPOUBz86O+ocAWgER8V8yxXzWc8K1PG1CE=";
sha256 = "sha256-6riMk22gsLhy3LmWu9TbUCl59fli54+uLo5mWUkU9wc=";
};
strictDeps = true;