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

pure-prompt: 1.22.0 -> 1.23.0
This commit is contained in:
Nick Cao 2024-02-29 10:03:04 -05:00 committed by GitHub
commit 801915c9f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pure-prompt"; pname = "pure-prompt";
version = "1.22.0"; version = "1.23.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sindresorhus"; owner = "sindresorhus";
repo = "pure"; repo = "pure";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w="; sha256 = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k=";
}; };
strictDeps = true; strictDeps = true;