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

spaceship-prompt: 4.13.2 -> 4.13.3
This commit is contained in:
Nick Cao 2023-03-15 13:06:25 +08:00 committed by GitHub
commit 8b3a559faa
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.2";
version = "4.13.3";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mCztJ35HTsbN7Uv6ivnAC6+CAPBt8lujNci2HD1oax4=";
sha256 = "sha256-uFmGld5paCLNnE9yWgBLtthEBfwwMzlGCJFX6KqGJdw=";
};
strictDeps = true;