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

spaceship-prompt: 3.14.1 -> 3.15.0
This commit is contained in:
Mario Rodas 2021-11-03 06:58:38 -05:00 committed by GitHub
commit f8cd75b516
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.14.1";
version = "3.15.0";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/Q2vsCIDsHUSBavJoHX3L0NQ7REoQmaiRgHVGiLtNPE=";
sha256 = "sha256-/9c4o9tdXtDefZ1fA62Y9Sg2cv54YVZGlZ1n6EfQWC4=";
};
dontBuild = true;