nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

astyle: 3.5.1 -> 3.5.2

+2 -2
+2 -2
pkgs/development/tools/misc/astyle/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "astyle"; 5 - version = "3.5.1"; 5 + version = "3.5.2"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2"; 9 - hash = "sha256-dHoVlcvZeX2+r4SgKDaUHOiNYpSNMFG/WNdL4N10ojQ="; 9 + hash = "sha256-2wwKctQOZAwgHjnmRni2/jFvN+fvBfZ84rItVVwKbRI="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ cmake ];