astyle: 3.6.4 -> 3.6.5

This commit is contained in:
R. Ryantm 2024-12-07 01:31:10 +00:00
parent e574201552
commit 67bb33e820

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.6.4";
version = "3.6.5";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-HpS2T08GRh+QOdCUrv6dSyjGbTSRayekVgVefWLXNwI=";
hash = "sha256-8jHNZBBHrbbAGtslEVczJqi7eik9F7VMdwVQmT3q3os=";
};
nativeBuildInputs = [ cmake ];