rgx: add passthru.updateScript (#510363)

This commit is contained in:
Stanisław Pitucha
2026-04-16 12:33:12 +00:00
committed by GitHub
+3
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
rustPlatform,
pcre2,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -22,6 +23,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildFeatures = [ "pcre2-engine" ];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/brevity1swos/rgx";
description = "Terminal regex tester with real-time matching and multi-engine support";