Unverified Commit 14c14cee authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

astyle: 3.6.10 -> 3.6.11 (#429352)

parents 0a538867 5dda35dc
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.10";
  version = "3.6.11";

  src = fetchurl {
    url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
    hash = "sha256-HW7onAhKk93MKNGgVs2o0cNX0xjvjihEVtnwvSzrS20=";
    hash = "sha256-DqvuP9nQdAZ3KrzpMkHWLB9H1FbT+UHL8Vr5wj3HStY=";
  };

  nativeBuildInputs = [ cmake ];