pure-prompt: 1.21.0 -> 1.22.0

This commit is contained in:
R. Ryantm 2023-06-28 05:05:09 +00:00
parent dde8c4b5df
commit 43d8586354

View File

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