prek: 0.2.2 -> 0.2.3

Release notes: https://github.com/j178/prek/releases/tag/v0.2.3

Released on 2025-09-29.
Enhancements

Add --dry-run to prek auto-update (#806)
Add a global --log-file flag to specify the log file path (#817)
Implement hook health check (#798)
Show error message in quiet mode (#807)

Bug fixes

Write fail entry into output directly (#811)

Documentation

Update docs about uv in prek (#810)

Other changes

Add a security policy for reporting vulnerabilities (#804)

+3 -3
+3 -3
pkgs/by-name/pr/prek/package.nix
··· 9 9 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 11 pname = "prek"; 12 - version = "0.2.2"; 12 + version = "0.2.3"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "j178"; 16 16 repo = "prek"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-hiGfbrE/I0Gmp5G8BOlTnWc8+XeuDc7yyBaw2AfeW40="; 18 + hash = "sha256-52NTG+cZLOxCJZvDSZ9vqsyH+J8U38aGlQdWQ2dFOWE="; 19 19 }; 20 20 21 - cargoHash = "sha256-8fg80Rluea3MgzHZYhik26UxzpoNcsT8PZp+NqTmhcY="; 21 + cargoHash = "sha256-SYJ+ABvIoOW0O+28ofM8YXJwIlFkR84yDZaaehhx0Ks="; 22 22 23 23 preBuild = '' 24 24 version312_str=$(${python312}/bin/python -c 'import sys; print(sys.version_info[:3])')