Commit 83e107db authored by R. RyanTM's avatar R. RyanTM
Browse files

astyle: 3.6.7 -> 3.6.8

parent 535aae1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "astyle";
  version = "3.6.7";
  version = "3.6.8";

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

  nativeBuildInputs = [ cmake ];