highlight: 4.4 -> 4.5

This commit is contained in:
R. Ryantm 2023-03-23 06:49:17 +00:00
parent 4c056723c4
commit 9364433839

View file

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