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

highlight: 3.59 -> 3.60
This commit is contained in:
Mario Rodas
2021-01-30 15:20:56 -05:00
committed by GitHub

View File

@@ -5,13 +5,13 @@ with lib;
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "3.59";
version = "3.60";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
sha256 = "0sqdzivnak3gcinvkf6rkgp1p5gjx5my6cb2790nh0v53y67v2pb";
sha256 = "sha256-1EBdtORd9P5DJUmbZa9KjR3UUoHOKLbjqbxpFi5WFvQ=";
};
enableParallelBuilding = true;