pythia: 8.310 -> 8.311

This commit is contained in:
R. Ryantm 2024-03-21 05:23:58 +00:00
parent 71a5d2c832
commit 0a17d00c91

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pythia";
version = "8.310";
version = "8.311";
src = fetchurl {
url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
sha256 = "sha256-kMgRq+ej0v/b+bSuq1HPbgpai++04++oBvPVucMR4ic=";
sha256 = "sha256-J4LV5CnBVDxnN1r+VH/UxMoHIDCd6wCPfbeGJtx9FGQ=";
};
nativeBuildInputs = [ rsync ]