agkozak-zsh-prompt: 3.11.3 -> 3.11.4

This commit is contained in:
R. Ryantm 2024-09-06 00:25:44 +00:00
parent 0cd0de72ec
commit 64d36bf11c

View File

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