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

uncrustify: 0.76.0 -> 0.77.1
This commit is contained in:
Weijia Wang 2023-05-26 10:56:10 +03:00 committed by GitHub
commit 8dcf1e2caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uncrustify";
version = "0.76.0";
version = "0.77.1";
src = fetchFromGitHub {
owner = "uncrustify";
repo = "uncrustify";
rev = "uncrustify-${version}";
sha256 = "sha256-th3lp4WqqruHx2/ym3I041y2wLbYM1b+V6yXNOWuUvM=";
sha256 = "sha256-9U6PTeU/LVFL9XzP9XSFjDx18CR3athThEz+h2+5qZ8=";
};
nativeBuildInputs = [ cmake python3 ];