1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

highlight: update from 3.5 to 3.9

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:03:40 +02:00 committed by Evgeny Egorochkin
parent 0b3d2c0cac
commit 1ef60acae5

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, getopt, lua, boost }:
stdenv.mkDerivation rec {
name = "highlight-3.5";
name = "highlight-3.9";
src = fetchurl {
url = "http://www.andre-simon.de/zip/${name}.tar.bz2";
sha256 = "0jpidd2fwn5mbrgzjmh53qvfmqqp6g0mah7i5zsf9bd71ga1lp28";
sha256 = "1vysj34zz8gk5yhlzm7g6lbphb8y6zfbd9smfgsgwkyawfargrja";
};
buildInputs = [ getopt lua boost ];