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

pure-prompt: 1.17.2 -> 1.17.3
This commit is contained in:
figsoda 2021-09-24 16:02:18 -04:00 committed by GitHub
commit 61b6c38caa
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.2";
version = "1.17.3";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-sk7uAYVw/9OLKi3ClBXwEEnfaiprM/gQcNJMDFGqhE0=";
sha256 = "sha256-WNixw2vVn1mBEDSeIFrWZHHUcX4TNgr+motBemBQfr0=";
};
installPhase = ''