forked from mirrors/nixpkgs
highlight: 3.41 -> 3.42
This commit is contained in:
parent
b05ad671fb
commit
62ad671a80
|
@ -4,13 +4,13 @@ with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "highlight-${version}";
|
name = "highlight-${version}";
|
||||||
version = "3.41";
|
version = "3.42";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andre-simon";
|
owner = "andre-simon";
|
||||||
repo = "highlight";
|
repo = "highlight";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "163ghkyv3v6v200pskajlsz6sbq3hi31qx7abjcbwc0dajqfngvj";
|
sha256 = "1fxx827igzqjn5rri57b8980hnd3ixz3j7smfxwi1ivfhlfznzgr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ] ++ optional stdenv.isDarwin gcc ;
|
nativeBuildInputs = [ pkgconfig ] ++ optional stdenv.isDarwin gcc ;
|
||||||
|
|
Loading…
Reference in a new issue