Merge pull request #232936 from r-ryantm/auto-update/spaceship-prompt

spaceship-prompt: 4.13.3 -> 4.14.0
This commit is contained in:
Mario Rodas 2023-05-20 08:16:26 -05:00 committed by GitHub
commit 989f308564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.13.3";
version = "4.14.0";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uFmGld5paCLNnE9yWgBLtthEBfwwMzlGCJFX6KqGJdw=";
sha256 = "sha256-aoifMAjJvv1WAlINNkMwCCop6znxyivoD3vQDo/ZbfQ=";
};
strictDeps = true;