summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/source-highlight
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:18:53 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-16 16:12:21 +0200
commit4d2914ff9e2095b60ce550adb5834d59c1b1d3a1 (patch)
treead1c8c21c053f120f533a14e1c4312dcaab8e9d1 /pkgs/tools/text/source-highlight
parent81a3a5b3d44c277d19af416ed7491e0c64e6894d (diff)
sourceHighlight: 3.1.7 -> 3.1.8
Diffstat (limited to 'pkgs/tools/text/source-highlight')
-rw-r--r--pkgs/tools/text/source-highlight/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/source-highlight/default.nix b/pkgs/tools/text/source-highlight/default.nix
index 5015a220afb5..808574e27355 100644
--- a/pkgs/tools/text/source-highlight/default.nix
+++ b/pkgs/tools/text/source-highlight/default.nix
@@ -2,14 +2,14 @@
let
name = "source-highlight";
- version = "3.1.7";
+ version = "3.1.8";
in
stdenv.mkDerivation {
name = "${name}-${version}";
src = fetchurl {
url = "mirror://gnu/src-highlite/${name}-${version}.tar.gz";
- sha256 = "1s49ld8cnpzhhwq0r7s0sfm3cg3nhhm0wla27lwraifrrl3y1cp1";
+ sha256 = "18xdalxg7yzrxc1njzgw7aryq2jdm7zq2yqz41sc7k6il5z6lcq1";
};
buildInputs = [ boost ];