pure-prompt: 1.25.0 -> 1.26.0 (#462574)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-17 15:48:42 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.25.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v${version}";
sha256 = "sha256-Z4iBLmbQuil2tGpCGdA/uOqL28AAeA/PxtRKLYI3y7I=";
sha256 = "sha256-AZSxP2g6BWoxyiSQH7yzbbbfGcwD8jgnXPPfcYwJUL0=";
};
strictDeps = true;