summary refs log tree commit diff
path: root/pkgs/tools/text/patchutils/0.4.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/patchutils/0.4.2.nix')
-rw-r--r--pkgs/tools/text/patchutils/0.4.2.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/tools/text/patchutils/0.4.2.nix b/pkgs/tools/text/patchutils/0.4.2.nix
new file mode 100644
index 00000000000..1b2c0d6b1f3
--- /dev/null
+++ b/pkgs/tools/text/patchutils/0.4.2.nix
@@ -0,0 +1,8 @@
+{ callPackage, python3, ... } @ args:
+
+callPackage ./generic.nix (args // {
+  version = "0.4.2";
+  sha256 = "sha256-iHWwll/jPeYriQ9s15O+f6/kGk5VLtv2QfH+1eu/Re0=";
+  # for gitdiff
+  extraBuildInputs = [ python3 ];
+})