libastyle: 3.6.12 -> 3.6.13 (#457913)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-03 08:34:57 +00:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.6.12";
version = "3.6.13";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-Gd6wahq25QELlsKBuuNQVg2XicvIluMD82EBeYMv0r4=";
hash = "sha256-BIt0sUxuAff66OY7dn2jMwOrOdkCKv4zBVzkueVvFi0=";
};
nativeBuildInputs = [ cmake ];