astyle: 3.4.13 -> 3.4.14

This commit is contained in:
R. Ryantm 2024-05-01 05:56:42 +00:00
parent 705bad7ed6
commit 0442a3e25c

View file

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