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

astyle: 3.4.10 -> 3.4.11
This commit is contained in:
Jörg Thalheim
2024-01-11 09:06:44 +01:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "astyle";
version = "3.4.10";
version = "3.4.11";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-b2fshytDe9PFHg914RLk2/2ybV+3vZz4pIDxCvVVcGM=";
hash = "sha256-FbIrxsvAOMzYzvOATv7ALzXG8lOLdck7x/duTemKupI=";
};
nativeBuildInputs = [ cmake ];