pure-prompt: 1.17.1 -> 1.17.2

This commit is contained in:
R. RyanTM 2021-09-14 21:17:03 +00:00
parent 7319369972
commit 82367d8543

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.17.1";
version = "1.17.2";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-bWp04xT+/Xhgxj1Rm0FgTkRtLH9nuSFtqBsO3B7Exvo=";
sha256 = "sha256-sk7uAYVw/9OLKi3ClBXwEEnfaiprM/gQcNJMDFGqhE0=";
};
installPhase = ''