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

View file

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