ugrep: add version tester

This commit is contained in:
Mario Rodas 2024-02-17 04:20:00 +00:00
parent 94206d770c
commit 7ff94904c5

View File

@ -7,6 +7,7 @@
, bzip3
, lz4
, pcre2
, testers
, xz
, zlib
, zstd
@ -35,6 +36,12 @@ stdenv.mkDerivation (finalAttrs: {
zstd
];
passthru.tests = {
version = testers.testVersion {
package = finalAttrs.finalPackage;
};
};
meta = with lib; {
description = "Ultra fast grep with interactive query UI";
homepage = "https://github.com/Genivia/ugrep";