mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 21:24:42 +00:00
hadolint: drop released patch
This commit is contained in:
@@ -2355,20 +2355,9 @@ with haskellLib;
|
||||
doJailbreak
|
||||
];
|
||||
|
||||
# Allow building with language-docker >= 13 (!); waiting for 2.13 release.
|
||||
hadolint = doJailbreak (
|
||||
appendPatches [
|
||||
(pkgs.fetchpatch {
|
||||
name = "hadolint-language-docker-12.patch";
|
||||
url = "https://github.com/hadolint/hadolint/commit/593ccde5af13c9b960b3ea815c47ce028a2e8adc.patch";
|
||||
sha256 = "07v5c1k8if72j04m017jpsf7gvc5kwyi1q3a532n0zhxqc7w1zjn";
|
||||
includes = [
|
||||
"**/DL3011.hs"
|
||||
"**/DL3011Spec.hs"
|
||||
];
|
||||
})
|
||||
] super.hadolint
|
||||
);
|
||||
# 2025-09-18: ilist >=0.3.1 && <0.4, optparse-applicative >=0.19.0 && <0.20
|
||||
# https://github.com/hadolint/hadolint/issues/1127
|
||||
hadolint = doJailbreak super.hadolint;
|
||||
|
||||
# Too strict lower bounds on (test) deps
|
||||
# https://github.com/phadej/puresat/issues/6
|
||||
|
||||
Reference in New Issue
Block a user