Merge pull request #142231 from andresilva/pure-prompt-1.18.0

pure-prompt: 1.17.3 -> 1.18.0
This commit is contained in:
figsoda 2021-10-19 12:50:05 -04:00 committed by GitHub
commit ef64a9a4fc
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.3";
version = "1.18.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-WNixw2vVn1mBEDSeIFrWZHHUcX4TNgr+motBemBQfr0=";
sha256 = "1aa8aczfvclrnd0igiq48jyq4b8fdwvaaj84nzb6w6sjahzs5jcy";
};
installPhase = ''