fetchpatch: explain why we use 0.3.3
This commit is contained in:
parent
1d883a0fde
commit
e07c5ec107
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user