Unverified Commit 90c66ad3 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

astyle: 3.5 -> 3.5.1
parents 3f0d03bf de3cb816
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];