uncrustify: 0.70.1 -> 0.71.0
This commit is contained in:
parent
a6caa07dc9
commit
854142134d
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${product}-${version}";
|
name = "${product}-${version}";
|
||||||
product = "uncrustify";
|
product = "uncrustify";
|
||||||
version = "0.70.1";
|
version = "0.71.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = product;
|
owner = product;
|
||||||
repo = product;
|
repo = product;
|
||||||
rev = name;
|
rev = name;
|
||||||
sha256 = "0zr3vxhd947zdvwccw3cj0vsriaawcpfjq3x94v9887hsi8fk87b";
|
sha256 = "1wyhkhn000yad94fnjj61h7lyvan6hig8wh7jxlnyp5wxdwki0pj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python ];
|
nativeBuildInputs = [ cmake python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user