Merge pull request #311975 from r-ryantm/auto-update/uncrustify

uncrustify: 0.78.1 -> 0.79.0
This commit is contained in:
Matthias Beyer
2024-05-18 08:41:36 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uncrustify";
version = "0.78.1";
version = "0.79.0";
src = fetchFromGitHub {
owner = "uncrustify";
repo = "uncrustify";
rev = "uncrustify-${version}";
sha256 = "sha256-L+YEVZC7sIDYuCM3xpSfZLjA3B8XsW5hi+zV2NEgXTs=";
sha256 = "sha256-M9LfLWpkMoCNrvnmMhFhfJhyOwbnitjpm7LKay1M0dI=";
};
nativeBuildInputs = [ cmake python3 ];