Merge pull request #31780 from romildo/upd.uncrustify
uncrustify: 0.64 -> 0.66
This commit is contained in:
commit
59add31f2f
@ -3,17 +3,19 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${product}-${version}";
|
name = "${product}-${version}";
|
||||||
product = "uncrustify";
|
product = "uncrustify";
|
||||||
version = "0.64";
|
version = "0.66";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = product;
|
owner = product;
|
||||||
repo = product;
|
repo = product;
|
||||||
rev = name;
|
rev = name;
|
||||||
sha256 = "0gvgv44aqrh7cmj4ji8dpbhp47cklvajlc3s9d9z24x96dhp2v97";
|
sha256 = "156y71yf2xxskvikbn6yjfv8xgnsrrjij08irv21z0n7nx35jgmm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA";
|
description = "Source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA";
|
||||||
homepage = http://uncrustify.sourceforge.net/;
|
homepage = http://uncrustify.sourceforge.net/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user