lol

highlight: 4.0 -> 4.1

authored by

R. RyanTM and committed by
Jonathan Ringer
489cfcf8 056af90d

+2 -2
+2 -2
pkgs/tools/text/highlight/default.nix
··· 5 5 let 6 6 self = stdenv.mkDerivation rec { 7 7 pname = "highlight"; 8 - version = "4.0"; 8 + version = "4.1"; 9 9 10 10 src = fetchFromGitLab { 11 11 owner = "saalen"; 12 12 repo = "highlight"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-WWbT0CfrbHgpU5HQycRhU7Ymey1LKd/ruoF91F3mHdE="; 14 + sha256 = "sha256-KktwbnL13Tcc2iWAjgqQSMSenUN6nYBEGbFrpB1kkr0="; 15 15 }; 16 16 17 17 enableParallelBuilding = true;