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

astyle: 3.4.15 -> 3.4.16
This commit is contained in:
Matthias Beyer 2024-05-24 10:24:08 +02:00 committed by GitHub
commit 29af778458
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.15";
version = "3.4.16";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-BQTHM7v+lmiLZsEHtt8/oFJj3vq7I4WOQsRLpVRYbms=";
hash = "sha256-y3YENPfkYk1e6yd2rDNOeeARGb6kGfyYbt0sJNk4A2Q=";
};
nativeBuildInputs = [ cmake ];