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
commit 4e906068f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];