Skip to content

Commit

Permalink
astyle: 2.05.1 -> 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Feb 3, 2018
1 parent 2a541cc commit e193d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/astyle/default.nix
Expand Up @@ -2,14 +2,14 @@

let
name = "astyle";
version = "2.05.1";
version = "3.1";
in
stdenv.mkDerivation {
name = "${name}-${version}";

src = fetchurl {
url = "mirror://sourceforge/${name}/${name}_${version}_linux.tar.gz";
sha256 = "1b0f4wm1qmgcswmixv9mwbp86hbdqxk754hml8cjv5vajvqwdpzv";
sha256 = "1ms54wcs7hg1bsywqwf2lhdfizgbk7qxc9ghasxk8i99jvwlrk6b";
};

sourceRoot = if stdenv.cc.isClang
Expand Down

0 comments on commit e193d86

Please sign in to comment.