spaceship-prompt: 4.16.1 -> 4.16.2

This commit is contained in:
R. Ryantm
2024-09-29 02:05:36 +00:00
parent 8637e879e4
commit a10c8553fc

View File

@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.16.1";
version = "4.16.2";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pGjVhFBDreVSY3RSqVZTVFeJst6+PhdDGlYqoDrbQgI=";
sha256 = "sha256-2CuGiPXZ4C/KvHho08jz0RCdUcLVBnWmT+PlL1KHAx0=";
};
strictDeps = true;