Merge pull request #142794 from veprbl/pr/pythia_8306

This commit is contained in:
Sandro 2021-10-26 23:15:14 +02:00 committed by GitHub
commit 7a5e666b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pythia";
version = "8.305";
version = "8.306";
src = fetchurl {
url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
sha256 = "03rpy2bmx67217fh1spfn36x9xrk0igcj56byki77lgj0y5mz21a";
url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
sha256 = "sha256-c0gDtyKxwbU8jPLw08MHR8gPwt3l4LoUG8k5fa03qPY=";
};
nativeBuildInputs = [ rsync ];
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A program for the generation of high-energy physics events";
license = licenses.gpl2Only;
homepage = "http://home.thep.lu.se/~torbjorn/Pythia.html";
homepage = "https://pythia.org";
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
};