herwig: 7.0.4 -> 7.1.1, thepeg: 2.0.3 -> 2.1.1

This commit is contained in:
Dmitry Kalinkin
2017-07-17 00:20:59 -04:00
parent 459e3864d2
commit 6bcc20361f
2 changed files with 6 additions and 16 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "thepeg-${version}";
version = "2.0.3";
version = "2.1.1";
src = fetchurl {
url = "http://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
sha256 = "0d26linwv92iq23n4gx154jvyd0lz5vg41kf4nxa01nspy7scyy5";
sha256 = "1082n4q036sah5r4asyl3hpcyc05cymg40dnk3jsdjgv2v0vvc71";
};
buildInputs = [ boost fastjet gsl hepmc lhapdf rivet zlib ];