pure-prompt: 1.19.0 -> 1.20.0

This commit is contained in:
R. Ryantm 2022-02-15 21:07:33 +00:00
parent aed30ec627
commit 526cb962e5

View file

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