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

pure-prompt: 1.20.4 -> 1.21.0
This commit is contained in:
Weijia Wang 2023-01-23 16:57:35 +01:00 committed by GitHub
commit 3af326d047
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.4";
version = "1.21.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-e1D+9EejlVZxOyErg6eRgawth5gAhv6KpgjhK06ErZc=";
sha256 = "sha256-YfasTKCABvMtncrfoWR1Su9QxzCqPED18/BTXaJHttg=";
};
strictDeps = true;