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

pure-prompt: 1.21.0 -> 1.22.0
This commit is contained in:
Weijia Wang 2023-06-28 10:55:48 +03:00 committed by GitHub
commit aa3c0e5904
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.21.0";
version = "1.22.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-YfasTKCABvMtncrfoWR1Su9QxzCqPED18/BTXaJHttg=";
sha256 = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w=";
};
strictDeps = true;