highlight: 4.14 -> 4.15 (#371976)

authored by misuzu.tngl.sh and committed by

GitHub bb5429d5 4a92df45

+2 -2
+2 -2
pkgs/tools/text/highlight/default.nix
··· 15 15 let 16 16 self = stdenv.mkDerivation rec { 17 17 pname = "highlight"; 18 - version = "4.14"; 18 + version = "4.15"; 19 19 20 20 src = fetchFromGitLab { 21 21 owner = "saalen"; 22 22 repo = "highlight"; 23 23 rev = "v${version}"; 24 - hash = "sha256-UxbgYspocoy9ul2dhIhvIwqKMeWSG7vJY1df3UkgpHQ="; 24 + hash = "sha256-CpbVm5Z9cKPQdOzBNOXsgrX3rfC6DTVE7xfmOAshbEs="; 25 25 }; 26 26 27 27 enableParallelBuilding = true;