astyle: 3.6.16 -> 3.6.17

This commit is contained in:
R. Ryantm
2026-07-08 00:57:59 +00:00
parent 776e86a16d
commit 413da533bd
+2 -2
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 ];