Merge pull request #194451 from r-ryantm/auto-update/highlight

highlight: 4.2 -> 4.4
This commit is contained in:
Ben Siraphob 2022-12-31 22:03:10 +07:00 committed by GitHub
commit 27a3fda9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.2";
version = "4.4";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
sha256 = "sha256-KkLN8b2sJhDbYVfNANEg1prPfIySoL9N48PSQyXqE8I=";
sha256 = "sha256-XID4kjRTSEXgNlAnDeJJRaCU0AaEbXCma3R78o9mshI=";
};
enableParallelBuilding = true;