Merge pull request #308171 from r-ryantm/auto-update/astyle

astyle: 3.4.13 -> 3.4.14
This commit is contained in:
OTABI Tomoya
2024-05-01 23:05:50 +09:00
committed by GitHub
@@ -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 ];