ucg: 2019-02-25 -> 2022-09-03

This commit is contained in:
Anderson Torres 2023-04-13 00:17:57 -03:00
parent 96cbb1743f
commit a5df3bfe1f
2 changed files with 7 additions and 5 deletions

View File

@ -8,15 +8,17 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ucg"; pname = "ucg";
version = "unstable-2019-02-25"; version = "unstable-2022-09-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gvansickle"; owner = "gvansickle";
repo = "ucg"; repo = "ucg";
rev = "c3a67632f1e3f332bfb102f0db167f34a2e42da7"; rev = "cbb185e8adad6546b7e1c5e9ca59a81f98dca49f";
hash = "sha256-/wU1PmI4ejlv7gZzZNasgROYXFiDiIxE9BFoCo6+G5Y="; hash = "sha256-Osdyxp8DoEjcr2wQLCPqOQ2zQf/0JWYxaDpZB02ACWo=";
}; };
outputs = [ "out" "man" ];
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkg-config pkg-config
@ -42,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
''; '';
meta = { meta = {
homepage = "https://github.com/gvansickle/ucg/"; homepage = "https://gvansickle.github.io/ucg/";
description = "Grep-like tool for searching large bodies of source code"; description = "Grep-like tool for searching large bodies of source code";
longDescription = '' longDescription = ''
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized

View File

@ -8076,7 +8076,7 @@ with pkgs;
robodoc = callPackage ../tools/text/robodoc { }; robodoc = callPackage ../tools/text/robodoc { };
ucg = callPackage ../tools/text/ucg { stdenv = gcc10StdenvCompat; }; ucg = callPackage ../tools/text/ucg { };
grive2 = callPackage ../tools/filesystems/grive2 { }; grive2 = callPackage ../tools/filesystems/grive2 { };