summary refs log tree commit diff
path: root/pkgs/build-support/fetchpatch
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-05-12 15:16:45 +0200
committerVladimír Čunát <v@cunat.cz>2019-05-12 15:16:45 +0200
commite07c5ec107c720b9f1ace4bfa87fe8f359e358c0 (patch)
tree7649dca0a7a123546a93403f47845e31875d40df /pkgs/build-support/fetchpatch
parent1d883a0fde15ee934a10f33364b71d799f42ece9 (diff)
downloadnixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.tar
nixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.tar.gz
nixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.tar.bz2
nixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.tar.lz
nixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.tar.xz
nixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.tar.zst
nixpkgs-e07c5ec107c720b9f1ace4bfa87fe8f359e358c0.zip
fetchpatch: explain why we use 0.3.3
Diffstat (limited to 'pkgs/build-support/fetchpatch')
-rw-r--r--pkgs/build-support/fetchpatch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/fetchpatch/default.nix b/pkgs/build-support/fetchpatch/default.nix
index b5bbed28450..2fb32b2324f 100644
--- a/pkgs/build-support/fetchpatch/default.nix
+++ b/pkgs/build-support/fetchpatch/default.nix
@@ -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: