highlight: 4.12 -> 4.14 (#348680)

This commit is contained in:
Weijia Wang
2024-11-07 02:49:52 +01:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.12";
version = "4.14";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-TFMU9owxBGrrbatk7Jj9xP8OEJNjXnjbwnW6Xq34awI=";
hash = "sha256-UxbgYspocoy9ul2dhIhvIwqKMeWSG7vJY1df3UkgpHQ=";
};
enableParallelBuilding = true;