[Backport release-26.05] spaceship-prompt: 4.22.4 -> 4.22.5 (#538071)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-03 10:43:50 +00:00 committed by GitHub
commit 9c30bb7bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "4.22.4";
version = "4.22.5";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = "spaceship-prompt";
rev = "v${version}";
sha256 = "sha256-BqdD6WwFW8Dtyyh81bQ66jZsJwq7Ck9kCwJpU9+xHtw=";
sha256 = "sha256-GRFgCvOSwRYHgs7SbXJwyqpwPjD7xS4eZss3sVkBiYE=";
};
strictDeps = true;