lixPackageSets.lix_2_93.lix: restore lowdown ≥ 1.4 patch (#442624)

This commit is contained in:
Ryan Lahfa
2025-09-13 13:36:04 +00:00
committed by GitHub
@@ -159,6 +159,15 @@ lib.makeExtensible (
inherit src;
hash = "sha256-YMyNOXdlx0I30SkcmdW/6DU0BYc3ZOa2FMJSKMkr7I8=";
};
patches = [
# Support for lowdown >= 1.4, https://gerrit.lix.systems/c/lix/+/3731
(fetchpatch2 {
name = "lix-lowdown-1.4.0.patch";
url = "https://git.lix.systems/lix-project/lix/commit/858de5f47a1bfd33835ec97794ece339a88490f1.patch";
hash = "sha256-FfLO2dFSWV1qwcupIg8dYEhCHir2XX6/Hs89eLwd+SY=";
})
];
};
};