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 let 6 self = stdenv.mkDerivation rec { 7 pname = "highlight"; 8 - version = "4.0"; 9 10 src = fetchFromGitLab { 11 owner = "saalen"; 12 repo = "highlight"; 13 rev = "v${version}"; 14 - sha256 = "sha256-WWbT0CfrbHgpU5HQycRhU7Ymey1LKd/ruoF91F3mHdE="; 15 }; 16 17 enableParallelBuilding = true;
··· 5 let 6 self = stdenv.mkDerivation rec { 7 pname = "highlight"; 8 + version = "4.1"; 9 10 src = fetchFromGitLab { 11 owner = "saalen"; 12 repo = "highlight"; 13 rev = "v${version}"; 14 + sha256 = "sha256-KktwbnL13Tcc2iWAjgqQSMSenUN6nYBEGbFrpB1kkr0="; 15 }; 16 17 enableParallelBuilding = true;