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

pure-prompt: 1.18.0 -> 1.19.0
This commit is contained in:
Mario Rodas 2022-02-13 13:50:56 -05:00 committed by GitHub
commit 102b9a88ca
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.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "1aa8aczfvclrnd0igiq48jyq4b8fdwvaaj84nzb6w6sjahzs5jcy";
sha256 = "sha256-CI2ontloLNIzUJghZzPZ2UPbIS+cJAfKvKeetwvW6vg=";
};
installPhase = ''