Merge pull request #323684 from r-ryantm/auto-update/astyle

astyle: 3.5 -> 3.5.1
This commit is contained in:
h7x4
2024-07-01 23:32:56 +02:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.5";
version = "3.5.1";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-3vwct7+oY77EcOg2wldDmhGZyiyLE6ZSoyf9eMj1kjw=";
hash = "sha256-dHoVlcvZeX2+r4SgKDaUHOiNYpSNMFG/WNdL4N10ojQ=";
};
nativeBuildInputs = [ cmake ];