highlight: 4.14 -> 4.15 (#371976)

This commit is contained in:
misuzu
2025-01-30 21:09:06 +02:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.14";
version = "4.15";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-UxbgYspocoy9ul2dhIhvIwqKMeWSG7vJY1df3UkgpHQ=";
hash = "sha256-CpbVm5Z9cKPQdOzBNOXsgrX3rfC6DTVE7xfmOAshbEs=";
};
enableParallelBuilding = true;