uncrustify: 0.79.0 -> 0.80.0

This commit is contained in:
R. Ryantm
2024-11-15 18:51:09 +01:00
committed by Bjørn Forsman
parent 32fc989515
commit 41296edd8e
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uncrustify";
version = "0.79.0";
version = "0.80.0";
src = fetchFromGitHub {
owner = "uncrustify";
repo = "uncrustify";
rev = "uncrustify-${version}";
sha256 = "sha256-M9LfLWpkMoCNrvnmMhFhfJhyOwbnitjpm7LKay1M0dI=";
sha256 = "sha256-1W4g9ISMVwmc0efa6loFtyqsHNm0kwR+NVKE8eB/jEA=";
};
nativeBuildInputs = [ cmake python3 ];