pythia: 8.244 -> 8.303

This commit is contained in:
Dmitry Kalinkin
2020-10-07 20:28:19 -04:00
parent 38abb8f734
commit b0486f3171
3 changed files with 58 additions and 2 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pythia";
version = "8.244";
version = "8.303";
src = fetchurl {
url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
sha256 = "1jlj9hgmk2gcm5p0zqsiz0dpv9vvj8ip261si7frrwfsk7wq0j73";
sha256 = "0gli6zf8931i7kyminppisc9d0q69xxnalvhld5fgnkh4q82nz6d";
};
buildInputs = [ boost fastjet hepmc2 zlib rsync lhapdf ];