lol

Merge pull request #246609 from WilliButz/update/highlight-4.7

highlight: 4.6 -> 4.7

authored by

davidak and committed by
GitHub
dddd25ed 97bd6588

+2 -2
+2 -2
pkgs/tools/text/highlight/default.nix
··· 3 3 let 4 4 self = stdenv.mkDerivation rec { 5 5 pname = "highlight"; 6 - version = "4.6"; 6 + version = "4.7"; 7 7 8 8 src = fetchFromGitLab { 9 9 owner = "saalen"; 10 10 repo = "highlight"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-wMNmc7UIpvYPREpPK/2aKaqUDc6uifuxsXTNFH5SHyI="; 12 + sha256 = "sha256-WblpRrvfFp4PlyH4RS2VNKXYD911H+OcnSL5rctyxiM="; 13 13 }; 14 14 15 15 enableParallelBuilding = true;