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

spaceship-prompt: 3.16.4 -> 3.16.7
This commit is contained in:
figsoda 2022-07-30 22:00:54 +08:00 committed by GitHub
commit 3d5705c4ef
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 = "3.16.4";
version = "3.16.7";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4G1+K6ENLwChtivR7Ura0vl6Ph9Wae3SOXCW1pNbgHI=";
sha256 = "sha256-dMP7mDzb0xLCP2l9j4SOP47bcpuBNSoXsDecVOvZaL8=";
};
strictDeps = true;