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

pure-prompt: 1.20.1 -> 1.20.3
This commit is contained in:
figsoda 2022-09-12 10:11:43 -04:00 committed by GitHub
commit 8dc8c09205
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.20.1";
version = "1.20.3";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-iuLi0o++e0PqK81AKWfIbCV0CTIxq2Oki6U2oEYsr68=";
sha256 = "sha256-vFms0MaSiLEzlYdgmUPGXaApTHVSVhwbw11N4GucgLg=";
};
strictDeps = true;