astyle: 3.4.14 -> 3.4.15

This commit is contained in:
R. Ryantm 2024-05-10 02:21:46 +00:00
parent 0c9055e823
commit 8037ec160d

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.4.14";
version = "3.4.15";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-YGqD85FGczGF9nYwWdKSQzxA85Prb1IELhY/jfThaj4=";
hash = "sha256-BQTHM7v+lmiLZsEHtt8/oFJj3vq7I4WOQsRLpVRYbms=";
};
nativeBuildInputs = [ cmake ];