libastyle: 3.6.14 -> 3.6.15

This commit is contained in:
R. Ryantm
2026-05-09 00:41:31 +00:00
parent 0a275b327b
commit ea9cb940c0
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "astyle";
version = "3.6.14";
version = "3.6.15";
src = fetchurl {
url = "mirror://sourceforge/astyle/astyle-${finalAttrs.version}.tar.bz2";
hash = "sha256-HEb9wiy+mcYDWTmTt1C6pMouC0yeSx2Q4vtg10nWCNA=";
hash = "sha256-W0B31otZQWCJFs2KJjBGo1Yfl1k3A8BIMccwsjCoGuk=";
};
nativeBuildInputs = [ cmake ];