libastyle: 3.6.5 -> 3.6.6

This commit is contained in:
R. Ryantm
2024-12-18 20:57:33 +00:00
parent a98c720fb6
commit 69ee13a8ae

View File

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