grex: 1.4.2 -> 1.4.4
Changelog: https://github.com/pemistahl/grex/releases/tag/v1.4.4 Diff: https://github.com/pemistahl/grex/compare/v1.4.2...v1.4.4 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
4ea6127649
commit
2ab60c5d29
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "grex";
|
pname = "grex";
|
||||||
version = "1.4.2";
|
version = "1.4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pemistahl";
|
owner = "pemistahl";
|
||||||
repo = pname;
|
repo = "grex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-kbrBnpoVeXSgmIqElpfAnoSutYwsnFaxFJpRsJPUE8k=";
|
hash = "sha256-ef1eUxeCznIgXLoywwJmnLkTGdW1AmGwCin9DLU9kAs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-WO8h5JUEiCpfsROQoRZj7I6em6REcJ2PfmoGN1zKRPg=";
|
cargoHash = "sha256-XLH+fS3fwRcWmVOzTjUacV010N37Oofs9Tbixdka1qY=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
|
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
||||||
@ -27,7 +27,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command-line tool for generating regular expressions from user-provided test cases";
|
description = "A command-line tool for generating regular expressions from user-provided test cases";
|
||||||
homepage = "https://github.com/pemistahl/grex";
|
homepage = "https://github.com/pemistahl/grex";
|
||||||
|
changelog = "https://github.com/pemistahl/grex/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
mainProgram = "grex";
|
||||||
maintainers = with maintainers; [ SuperSandro2000 mfrw ];
|
maintainers = with maintainers; [ SuperSandro2000 mfrw ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user