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

spaceship-prompt: 4.15.1 -> 4.15.2
This commit is contained in:
Pol Dellaiera 2024-05-01 22:53:24 +02:00 committed by GitHub
commit af42d055d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.15.1";
version = "4.15.2";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5nlku/JUs1YnchOGvsle7rF96b3DteMuxZhSzoNvDGY=";
sha256 = "sha256-T5tilMwRc0vbj6Cq3xSf9Q77UfX2aQ+Y1RdkYtzD0k8=";
};
strictDeps = true;