Commit a5df3bfe authored by Anderson Torres's avatar Anderson Torres
Browse files

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

parent 96cbb174
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };