pure-prompt: 1.20.4 -> 1.21.0

This commit is contained in:
R. Ryantm 2023-01-08 09:25:51 +00:00
parent 46ee37ca1d
commit cf74134f1d

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.20.4";
version = "1.21.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-e1D+9EejlVZxOyErg6eRgawth5gAhv6KpgjhK06ErZc=";
sha256 = "sha256-YfasTKCABvMtncrfoWR1Su9QxzCqPED18/BTXaJHttg=";
};
strictDeps = true;