From 85a6e037e797697ef000497b16f1a2772fed3309 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sun, 24 Oct 2021 17:43:52 -0400 Subject: [PATCH] pythia: 8.305 -> 8.306 --- pkgs/development/libraries/physics/pythia/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/physics/pythia/default.nix b/pkgs/development/libraries/physics/pythia/default.nix index 8a58cd638b9d..03b298908bb0 100644 --- a/pkgs/development/libraries/physics/pythia/default.nix +++ b/pkgs/development/libraries/physics/pythia/default.nix @@ -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 ]; };