pythia: 8.243 -> 8.244

This commit is contained in:
Dmitry Kalinkin 2019-12-20 10:28:56 -05:00
parent b6ee7aa184
commit 4544107ed1
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pythia"; pname = "pythia";
version = "8.243"; version = "8.244";
src = fetchurl { src = fetchurl {
url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz"; url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
sha256 = "0y8w5gdaczg8vdw63rkgjr1dcvqs2clqkdia34p30xcwgm1jgv7q"; sha256 = "1jlj9hgmk2gcm5p0zqsiz0dpv9vvj8ip261si7frrwfsk7wq0j73";
}; };
buildInputs = [ boost fastjet hepmc2 zlib rsync lhapdf ]; buildInputs = [ boost fastjet hepmc2 zlib rsync lhapdf ];