agkozak-zsh-prompt: 3.11.2 -> 3.11.3

This commit is contained in:
R. Ryantm 2024-03-09 00:33:00 +00:00
parent 2be8f78d23
commit b1a9c45310

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "agkozak-zsh-prompt";
version = "3.11.2";
version = "3.11.3";
src = fetchFromGitHub {
owner = "agkozak";
repo = "agkozak-zsh-prompt";
rev = "v${version}";
sha256 = "sha256-QDUI9EYflITttkX9Khij62ybBMYJwPfayqj+wr495mM=";
sha256 = "sha256-YBqFA/DK2K1effniwjPSe5VMx9tZGbmxyJp92TiingU=";
};
strictDeps = true;