pure-prompt: 1.23.0 -> 1.24.0 (#451611)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-13 11:20:47 +00:00
committed by GitHub
+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;