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

astyle: 3.5.1 -> 3.5.2
This commit is contained in:
Weijia Wang 2024-07-15 16:14:07 +02:00 committed by GitHub
commit 85e9e8ea00
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.5.1";
version = "3.5.2";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-dHoVlcvZeX2+r4SgKDaUHOiNYpSNMFG/WNdL4N10ojQ=";
hash = "sha256-2wwKctQOZAwgHjnmRni2/jFvN+fvBfZ84rItVVwKbRI=";
};
nativeBuildInputs = [ cmake ];