spaceship-prompt: 4.16.0 -> 4.16.1

This commit is contained in:
R. Ryantm 2024-09-18 15:00:48 +00:00
parent 71df0d5dd0
commit 357c9d9ff1

View File

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