fetchpatch: explain why we use 0.3.3
This commit is contained in:
parent
1d883a0fde
commit
e07c5ec107
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
{ lib, fetchurl, buildPackages }:
|
{ lib, fetchurl, buildPackages }:
|
||||||
let
|
let
|
||||||
|
# 0.3.4 would change hashes: https://github.com/NixOS/nixpkgs/issues/25154
|
||||||
patchutils = buildPackages.patchutils_0_3_3;
|
patchutils = buildPackages.patchutils_0_3_3;
|
||||||
in
|
in
|
||||||
{ stripLen ? 0, extraPrefix ? null, excludes ? [], includes ? [], revert ? false, ... }@args:
|
{ stripLen ? 0, extraPrefix ? null, excludes ? [], includes ? [], revert ? false, ... }@args:
|
||||||
|
Loading…
Reference in New Issue
Block a user