spaceship-prompt: 3.15.0 -> 3.16.2

This commit is contained in:
R. Ryantm 2022-02-13 06:31:13 +00:00
parent 366b2f7a5a
commit 1738bb6d5d

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "3.15.0";
version = "3.16.2";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/9c4o9tdXtDefZ1fA62Y9Sg2cv54YVZGlZ1n6EfQWC4=";
sha256 = "sha256-/b+ko4d4lbjWC2rIjFBPePyzhvfHk4xyg2s86GfFNd4=";
};
dontBuild = true;