astyle: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm
2024-07-08 04:39:35 +00:00
parent 8f3b38daf2
commit cdbac5df12
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.5.1";
version = "3.5.2";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-dHoVlcvZeX2+r4SgKDaUHOiNYpSNMFG/WNdL4N10ojQ=";
hash = "sha256-2wwKctQOZAwgHjnmRni2/jFvN+fvBfZ84rItVVwKbRI=";
};
nativeBuildInputs = [ cmake ];