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

highlight: 3.55 -> 3.56
This commit is contained in:
Benjamin Hipple 2020-04-10 14:27:30 -04:00 committed by GitHub
commit 85cb04b520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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