pure-prompt: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm 2022-02-13 01:38:43 +00:00
parent 366b2f7a5a
commit 5fbed1b6ce

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "1aa8aczfvclrnd0igiq48jyq4b8fdwvaaj84nzb6w6sjahzs5jcy";
sha256 = "sha256-CI2ontloLNIzUJghZzPZ2UPbIS+cJAfKvKeetwvW6vg=";
};
installPhase = ''