pure-prompt: 1.26.0 -> 1.27.0 (#489168)

This commit is contained in:
Nick Cao
2026-02-11 23:27:38 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pure-prompt";
version = "1.26.0";
version = "1.27.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${finalAttrs.version}";
sha256 = "sha256-AZSxP2g6BWoxyiSQH7yzbbbfGcwD8jgnXPPfcYwJUL0=";
sha256 = "sha256-+X3JehQOKaWKz2jTfWiEUIFc2/+z81sox1dWU+jXiz8=";
};
strictDeps = true;