highlight: 4.18 -> 4.19 (#494018)

This commit is contained in:
Alyssa Ross
2026-05-15 08:38:05 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.18";
version = "4.19";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-QYW6kj5cp+TVLXwj7kxbgj0kpN0n5qXYU3xZ5UW66vc=";
hash = "sha256-4sPjTLgC4W77alpE/uZHOrnWKVXrWxeCtK70A6G87s8=";
};
enableParallelBuilding = true;