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

spaceship-prompt: 3.12.25 -> 3.14.0
This commit is contained in:
Ryan Mulligan 2021-08-17 18:40:10 -07:00 committed by GitHub
commit b342c72303
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.12.25";
version = "3.14.0";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qDy0HkaX3N7VGptv88gB3284yDTbp2EpiZ1kvaLX8dc=";
sha256 = "sha256-K9dNQAMW/Ms6rlAmfgQCqMiA7S4gLh9ZhvUoQiLoHOY=";
};
dontBuild = true;