Skip to content

Commit 1b1a61b

Browse files
authored
astyle: 3.6.7 -> 3.6.8 (#393715)
2 parents 0222bc0 + 83e107d commit 1b1a61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/as/astyle/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "astyle";
12-
version = "3.6.7";
12+
version = "3.6.8";
1313

1414
src = fetchurl {
1515
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
16-
hash = "sha256-rDCgQ+zlkg5SHCVgBVh3JRv+uOECxYnGXFBVDx6yXO8=";
16+
hash = "sha256-WviuegXF5hbdH4TXWLSQnC0uz8F5+IP9EE0iPzTMbf8=";
1717
};
1818

1919
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)