astyle: 3.6.8 -> 3.6.9

This commit is contained in:
R. Ryantm 2025-04-24 12:54:18 +00:00
parent 94bf536ca0
commit a6fa79d4b9

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "astyle"; pname = "astyle";
version = "3.6.8"; version = "3.6.9";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2"; url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-WviuegXF5hbdH4TXWLSQnC0uz8F5+IP9EE0iPzTMbf8="; hash = "sha256-tkRZdlTfW0AIe+SkZyPGUED3zlnzNp8bj2kPnBDKurw=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];