spaceship-prompt: 3.16.4 -> 3.16.7

This commit is contained in:
R. Ryantm 2022-07-30 07:58:40 +00:00
parent 334071af91
commit a09121aaa6

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt"; pname = "spaceship-prompt";
version = "3.16.4"; version = "3.16.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "denysdovhan"; owner = "denysdovhan";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4G1+K6ENLwChtivR7Ura0vl6Ph9Wae3SOXCW1pNbgHI="; sha256 = "sha256-dMP7mDzb0xLCP2l9j4SOP47bcpuBNSoXsDecVOvZaL8=";
}; };
strictDeps = true; strictDeps = true;