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

highlight: 4.1 -> 4.2
This commit is contained in:
ajs124 2022-04-19 12:20:25 +01:00 committed by GitHub
commit 9815ffdc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;