highlight: 4.19 -> 4.20

This commit is contained in:
R. Ryantm
2026-05-24 14:57:49 +00:00
parent 0ac780c690
commit 89cdd4c6ea
+2 -2
View File
@@ -15,13 +15,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.19";
version = "4.20";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-4sPjTLgC4W77alpE/uZHOrnWKVXrWxeCtK70A6G87s8=";
hash = "sha256-fMIyMR9RA60hdy1eniJkvLHK+WJPuVehWMyS9Lt6iQ4=";
};
enableParallelBuilding = true;