about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/patchutils/0.4.2.nix
blob: 1b2c0d6b1f3eca240e1e4f54a8667915566f3188 (plain) (blame)
1
2
3
4
5
6
7
8
{ callPackage, python3, ... } @ args:

callPackage ./generic.nix (args // {
  version = "0.4.2";
  sha256 = "sha256-iHWwll/jPeYriQ9s15O+f6/kGk5VLtv2QfH+1eu/Re0=";
  # for gitdiff
  extraBuildInputs = [ python3 ];
})