highlight: 3.52 -> 3.53

This commit is contained in:
WilliButz 2019-08-04 14:35:41 +02:00
parent 48d832dc3d
commit f3d53023d8
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -4,13 +4,13 @@ with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "highlight-${version}"; name = "highlight-${version}";
version = "3.52"; version = "3.53";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "saalen"; owner = "saalen";
repo = "highlight"; repo = "highlight";
rev = "v${version}"; rev = "v${version}";
sha256 = "0zhn1k70ck82ks7ckzsy1yiz686ym2ps7c28wjmkgxfpyjanilrq"; sha256 = "11szws4q6qyffq2fsvh1vksh1d0kcwg6smyyba9yr61hzx6zmzgr";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Source code highlighting tool"; description = "Source code highlighting tool";
homepage = http://www.andre-simon.de/doku/highlight/en/highlight.php; homepage = "http://www.andre-simon.de/doku/highlight/en/highlight.php";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ ndowens willibutz ]; maintainers = with maintainers; [ ndowens willibutz ];
}; };