mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
highlight: update from 3.5 to 3.9
This commit is contained in:
parent
0b3d2c0cac
commit
1ef60acae5
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue