highlight: 4.19 -> 4.20 (#523647)

This commit is contained in:
dotlambda
2026-06-01 04:20:47 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.19";
version = "4.20";
src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-4sPjTLgC4W77alpE/uZHOrnWKVXrWxeCtK70A6G87s8=";
hash = "sha256-fMIyMR9RA60hdy1eniJkvLHK+WJPuVehWMyS9Lt6iQ4=";
};
patches = [