highlight: 4.5 -> 4.6

This commit is contained in:
R. Ryantm 2023-05-29 04:59:09 +00:00
parent 5996187504
commit 2a8e5b25be

View file

@ -3,13 +3,13 @@
let let
self = stdenv.mkDerivation rec { self = stdenv.mkDerivation rec {
pname = "highlight"; pname = "highlight";
version = "4.5"; version = "4.6";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "saalen"; owner = "saalen";
repo = "highlight"; repo = "highlight";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0U8GN+y9jM3/kBXUvQ7XtvDHGO50Zn0jwPgt+6LMwaw="; sha256 = "sha256-wMNmc7UIpvYPREpPK/2aKaqUDc6uifuxsXTNFH5SHyI=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;