Merge pull request #297623 from r-ryantm/auto-update/pythia

pythia: 8.310 -> 8.311
This commit is contained in:
Pol Dellaiera 2024-03-25 08:54:07 +01:00 committed by GitHub
commit 93120cb9e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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 ]