pythia: 8.306 -> 8.307

Changed files
+2 -2
pkgs
development
libraries
physics
pythia
+2 -2
pkgs/development/libraries/physics/pythia/default.nix
···
stdenv.mkDerivation rec {
pname = "pythia";
-
version = "8.306";
+
version = "8.307";
src = fetchurl {
url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
-
sha256 = "sha256-c0gDtyKxwbU8jPLw08MHR8gPwt3l4LoUG8k5fa03qPY=";
+
sha256 = "sha256-5bFNRKpZQzMuMt1d2poY/dGgCFxxmOKNhA4EFn+mAT0=";
};
nativeBuildInputs = [ rsync ];