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

spaceship-prompt: 4.14.1 -> 4.15.1
This commit is contained in:
Nick Cao 2024-04-05 09:27:24 -04:00 committed by GitHub
commit f50255105a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.14.1";
version = "4.15.1";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dl8Ao9Sg+wbFpp6LfWD6isEKou75UzfJkTjZrue4A0A=";
sha256 = "sha256-5nlku/JUs1YnchOGvsle7rF96b3DteMuxZhSzoNvDGY=";
};
strictDeps = true;