highlight: 4.1 -> 4.2

This commit is contained in:
R. Ryantm 2022-03-24 04:18:18 +00:00
parent 30d2d4a499
commit 13b5309a02

View file

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