sourceHighlight: 3.1.8 -> 3.1.9

(#71884)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/source-highlight/versions
This commit is contained in:
R. RyanTM 2019-11-13 09:41:39 -08:00 committed by Renaud
parent 0ae46ca265
commit 86f1494abf

View file

@ -2,14 +2,14 @@
let
name = "source-highlight";
version = "3.1.8";
version = "3.1.9";
in
stdenv.mkDerivation {
name = "${name}-${version}";
src = fetchurl {
url = "mirror://gnu/src-highlite/${name}-${version}.tar.gz";
sha256 = "18xdalxg7yzrxc1njzgw7aryq2jdm7zq2yqz41sc7k6il5z6lcq1";
sha256 = "148w47k3zswbxvhg83z38ifi85f9dqcpg7icvvw1cm6bg21x4zrs";
};
buildInputs = [ boost ];