herwig: 7.1.4 -> 7.1.5

thepeg: 2.1.4 -> 2.1.5
This commit is contained in:
Dmitry Kalinkin
2019-04-05 00:21:17 -04:00
parent d956f2279b
commit b154937027
2 changed files with 5 additions and 5 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "thepeg-${version}";
version = "2.1.4";
version = "2.1.5";
src = fetchurl {
url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
sha256 = "1x9dfxmsbmzmsxrv3cczfyrnqkxjcpy89v6v7ycysrx9k8qkf320";
sha256 = "1rmmwhk9abn9mc9j3127axjwpvymv21ld4wcivwz01pldkxh06n6";
};
buildInputs = [ boost fastjet gsl hepmc lhapdf rivet zlib ];