Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffda15d64222
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ae2a9f23ecd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 9, 2020

  1. perlPackages.FileGrep: init at 0.2

    Souvik Sen authored and invokes-su committed Apr 9, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    pquentin Quentin Pradet
    Copy the full SHA
    1a0c88e View commit details

Commits on Jul 7, 2020

  1. Merge pull request #84565 from deshaw/contrib/perl-filegrep

    perlPackages.FileGrep: init at 0.2
    aanderse authored Jul 7, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4ae2a9f View commit details
Showing with 13 additions and 0 deletions.
  1. +13 −0 pkgs/top-level/perl-packages.nix
13 changes: 13 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
@@ -7220,6 +7220,19 @@ let
};
};

FileGrep = buildPerlPackage {
pname = "File-Grep";
version = "0.02";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MN/MNEYLON/File-Grep-0.02.tar.gz";
sha256 = "462e15274eb6278521407ea302d9eea7252cd44cab2382871f7de833d5f85632";
};
meta = {
description = "Find matches to a pattern in a series of files and related functions";
maintainers = [ maintainers.limeytexan ];
};
};

FileHandleUnget = buildPerlPackage {
pname = "FileHandle-Unget";
version = "0.1634";