spaceship-prompt: 4.13.2 -> 4.13.3

This commit is contained in:
R. Ryantm
2023-03-15 04:15:03 +00:00
parent 968de5d563
commit 1dc043677c
+2 -2
View File
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.13.2";
version = "4.13.3";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mCztJ35HTsbN7Uv6ivnAC6+CAPBt8lujNci2HD1oax4=";
sha256 = "sha256-uFmGld5paCLNnE9yWgBLtthEBfwwMzlGCJFX6KqGJdw=";
};
strictDeps = true;