astyle: 3.6.11 -> 3.6.12

This commit is contained in:
R. Ryantm 2025-08-15 01:36:39 +00:00
parent ee11c0fef4
commit 9e3fb4682d

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.6.11";
version = "3.6.12";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-DqvuP9nQdAZ3KrzpMkHWLB9H1FbT+UHL8Vr5wj3HStY=";
hash = "sha256-Gd6wahq25QELlsKBuuNQVg2XicvIluMD82EBeYMv0r4=";
};
nativeBuildInputs = [ cmake ];