astyle: 3.6.4 -> 3.6.5 (#362653)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-07 15:44:51 +00:00
committed by GitHub
+2 -2
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 ];