highlight: backport crash fix (#520376)

This commit is contained in:
Alyssa Ross
2026-05-25 11:25:40 +00:00
committed by GitHub
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitLab,
fetchpatch,
getopt,
lua,
boost,
@@ -24,6 +25,14 @@ let
hash = "sha256-4sPjTLgC4W77alpE/uZHOrnWKVXrWxeCtK70A6G87s8=";
};
patches = [
(fetchpatch {
name = "shellscript-crash-fix.patch";
url = "https://gitlab.com/saalen/highlight/-/commit/2c0e95290fe7ca26185851f38ac205d81e4b7015.patch";
hash = "sha256-aan2s7wKzBO/QbK+Q+Zq1RiyFORJjEYDcscjCAxMJg8=";
})
];
enableParallelBuilding = true;
nativeBuildInputs = [