highlight: 4.15 -> 4.16 (#409408)

This commit is contained in:
Weijia Wang 2025-06-17 22:05:54 +02:00 committed by GitHub
commit d17691fb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.15";
version = "4.16";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-CpbVm5Z9cKPQdOzBNOXsgrX3rfC6DTVE7xfmOAshbEs=";
hash = "sha256-SAOlW2IaYY2GzQ+1FClqm62pcxdtf1cow2R4MRS/2Vg=";
};
enableParallelBuilding = true;