fetchpatch: explain why we use 0.3.3

This commit is contained in:
Vladimír Čunát 2019-05-12 15:16:45 +02:00
parent 1d883a0fde
commit e07c5ec107
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,6 +6,7 @@
{ lib, fetchurl, buildPackages }:
let
# 0.3.4 would change hashes: https://github.com/NixOS/nixpkgs/issues/25154
patchutils = buildPackages.patchutils_0_3_3;
in
{ stripLen ? 0, extraPrefix ? null, excludes ? [], includes ? [], revert ? false, ... }@args: