pure-prompt: 1.20.0 -> 1.20.1

This commit is contained in:
R. Ryantm 2022-02-20 21:45:18 +00:00
parent 3df4e1e5df
commit edba1fc562

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-d5qjJHNbZVOb7e9sv2YV6ht/0IHctWIJs/dJP6aGCa4=";
sha256 = "sha256-iuLi0o++e0PqK81AKWfIbCV0CTIxq2Oki6U2oEYsr68=";
};
installPhase = ''