pure-prompt: 1.22.0 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-02-29 03:17:20 +00:00
parent 6780926802
commit fa75f6e1a1

View File

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.22.0";
version = "1.23.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w=";
sha256 = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k=";
};
strictDeps = true;