Merge pull request #128845 from fortuneteller2k/spaceship-prompt

spaceship-prompt: 3.12.6 -> 3.12.25
This commit is contained in:
Luke Granger-Brown 2021-07-25 10:07:24 +01:00 committed by GitHub
commit 2a12bdc155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "3.12.6";
version = "3.12.25";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tKFah8b62wuw5vaNHddmj31UNd9kKCcQ99p8GlTnR6s=";
sha256 = "sha256-qDy0HkaX3N7VGptv88gB3284yDTbp2EpiZ1kvaLX8dc=";
};
dontBuild = true;