libastyle: 3.5.2 -> 3.6.3 (#348332)

This commit is contained in:
Aleksana 2024-10-17 17:33:48 +08:00 committed by GitHub
commit 684fbd555a
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.2";
version = "3.6.3";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-2wwKctQOZAwgHjnmRni2/jFvN+fvBfZ84rItVVwKbRI=";
hash = "sha256-EO18j5dOzONcF3jxYW8EypPD07/BoBeqJROWBBtnDvw=";
};
nativeBuildInputs = [ cmake ];