Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fastjet: 3.3.1 -> 3.3.2

+2 -8
+2 -8
pkgs/development/libraries/physics/fastjet/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fastjet-${version}"; 5 - version = "3.3.1"; 5 + version = "3.3.2"; 6 6 7 7 src = fetchurl { 8 8 url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz"; 9 - sha256 = "0lvchyh9q2p8lb10isazw0wbwzs24yg7gxyhpj9xpvz5hydyvgvn"; 9 + sha256 = "1hk3k7dyik640dzg21filpywc2dl862nl2hbpg384hf5pw9syn9z"; 10 10 }; 11 11 12 12 buildInputs = [ python2 ]; 13 - 14 - postPatch = '' 15 - substituteInPlace plugins/SISCone/SISConeBasePlugin.cc \ 16 - --replace 'structure_of<UserScaleBase::StructureType>()' \ 17 - 'structure_of<UserScaleBase>()' 18 - ''; 19 13 20 14 configureFlags = [ 21 15 "--enable-allcxxplugins"