mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
highlight: 3.18 -> 3.28
This commit is contained in:
parent
078f14e058
commit
be3d012da4
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, getopt, lua, boost, pkgconfig }:
|
{ stdenv, fetchurl, getopt, lua, boost, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "highlight-3.18";
|
name = "highlight-${version}";
|
||||||
|
version = "3.28";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.andre-simon.de/zip/${name}.tar.bz2";
|
url = "http://www.andre-simon.de/zip/${name}.tar.bz2";
|
||||||
sha256 = "0jsq78qb75sawwggbpx5pdqxk00wgjr1a0la0w8wihmamsjzgijm";
|
sha256 = "1kg73isgz3czb1k6ccajqzifahr3zs9ci8168k0dlj31j1nlndin";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ getopt lua boost pkgconfig ];
|
buildInputs = [ getopt lua boost pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user