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

highlight: 4.1 -> 4.2

authored by

ajs124 and committed by
GitHub
9815ffdc fac86bf5

+2 -2
+2 -2
pkgs/tools/text/highlight/default.nix
··· 3 3 let 4 4 self = stdenv.mkDerivation rec { 5 5 pname = "highlight"; 6 - version = "4.1"; 6 + version = "4.2"; 7 7 8 8 src = fetchFromGitLab { 9 9 owner = "saalen"; 10 10 repo = "highlight"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-KktwbnL13Tcc2iWAjgqQSMSenUN6nYBEGbFrpB1kkr0="; 12 + sha256 = "sha256-KkLN8b2sJhDbYVfNANEg1prPfIySoL9N48PSQyXqE8I="; 13 13 }; 14 14 15 15 enableParallelBuilding = true;