uncrustify: 0.81.0 -> 0.82.0 (#462175)

This commit is contained in:
Bjørn Forsman
2025-11-16 09:45:46 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "uncrustify";
version = "0.81.0";
version = "0.82.0";
src = fetchFromGitHub {
owner = "uncrustify";
repo = "uncrustify";
rev = "uncrustify-${version}";
sha256 = "sha256-8KTsrXUYOfqsWSGBAl0mZpGOYr+duFrRB0ITmq2Auqg=";
sha256 = "sha256-sBIjBN3tP/gwTWHDLwonEIfk3OduqQtixn4sn28V7pI=";
};
nativeBuildInputs = [