Merge pull request #137902 from r-ryantm/auto-update/pure-prompt

pure-prompt: 1.17.1 -> 1.17.2
This commit is contained in:
Bobby Rong 2021-09-16 09:51:02 +08:00 committed by GitHub
commit 7b7a3c49cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''