pure-prompt: 1.23.0 -> 1.24.0

This commit is contained in:
R. Ryantm
2025-10-13 09:19:30 +00:00
parent 662e2ea08d
commit 503c5f040d
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k=";
sha256 = "sha256-LfrZUv0UMVyygPd1RAv2EIWEvds2n0iEG8G2q7h5izM=";
};
strictDeps = true;