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
commit c7ba3b10d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];