uncrustify: 0.70.1 -> 0.71.0

This commit is contained in:
R. RyanTM 2020-05-24 13:03:25 +00:00 committed by Bjørn Forsman
parent a6caa07dc9
commit 854142134d

View File

@ -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 ];