lol

pythia: 8.310 -> 8.311

+2 -2
+2 -2
pkgs/development/libraries/physics/pythia/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "pythia"; 5 - version = "8.310"; 5 + version = "8.311"; 6 6 7 7 src = fetchurl { 8 8 url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz"; 9 - sha256 = "sha256-kMgRq+ej0v/b+bSuq1HPbgpai++04++oBvPVucMR4ic="; 9 + sha256 = "sha256-J4LV5CnBVDxnN1r+VH/UxMoHIDCd6wCPfbeGJtx9FGQ="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ rsync ]