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