highlight: 3.55 -> 3.56

This commit is contained in:
R. RyanTM 2020-04-09 20:33:33 +00:00
parent e50c67ad7e
commit 84724715b5

View File

@ -5,13 +5,13 @@ with stdenv.lib;
let let
self = stdenv.mkDerivation rec { self = stdenv.mkDerivation rec {
pname = "highlight"; pname = "highlight";
version = "3.55"; version = "3.56";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "saalen"; owner = "saalen";
repo = "highlight"; repo = "highlight";
rev = "v${version}"; rev = "v${version}";
sha256 = "1cn8m2qk5vl5zcrmg0wlvj9wvpm0gdb5idh9bhh5b6pbl0hm93cr"; sha256 = "1pilx58dg96zm0yx7i6k92vibwpvpj8ir39f2akrsyjgijnv3sx4";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;