astyle: 3.6.16 -> 3.6.17 (#539436)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-08 09:04:21 +00:00
committed by GitHub

View File

@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "astyle";
version = "3.6.16";
version = "3.6.17";
src = fetchurl {
url = "mirror://sourceforge/astyle/astyle-${finalAttrs.version}.tar.bz2";
hash = "sha256-QU6dpM/e6zXY98Fw4V70OvX6AGbJ9ZKnRvcHHzVuzac=";
hash = "sha256-7cg5uAB35g7VeGtjlNRCtOsQFWzL3VlEtLNg4SWvs+E=";
};
nativeBuildInputs = [ cmake ];