pythia: 8.240 -> 8.243 (#66036)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pythia/versions

authored by R. RyanTM and committed by Dmitry Kalinkin 621880e5 0035a337

+2 -2
+2 -2
pkgs/development/libraries/physics/pythia/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "pythia-${version}"; 5 - version = "8.240"; 6 7 src = fetchurl { 8 url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz"; 9 - sha256 = "13cd86030j1f00n4xw30g26cgir3a5lsn9n0z13dh1vprbc9ax6j"; 10 }; 11 12 buildInputs = [ boost fastjet hepmc zlib rsync lhapdf ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "pythia-${version}"; 5 + version = "8.243"; 6 7 src = fetchurl { 8 url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz"; 9 + sha256 = "0y8w5gdaczg8vdw63rkgjr1dcvqs2clqkdia34p30xcwgm1jgv7q"; 10 }; 11 12 buildInputs = [ boost fastjet hepmc zlib rsync lhapdf ];