astyle: 3.6.11 -> 3.6.12 (#433869)

Co-authored-by: carlossless <contact@carlossless.io>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-17 09:34:46 +00:00
committed by GitHub
co-authored by carlossless
+2 -2
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 ];