We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108b6b7 commit ab143f4Copy full SHA for ab143f4
pkgs/development/libraries/physics/pythia/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
pname = "pythia";
5
- version = "8.311";
+ version = "8.312";
6
7
src = fetchurl {
8
url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
9
- sha256 = "sha256-J4LV5CnBVDxnN1r+VH/UxMoHIDCd6wCPfbeGJtx9FGQ=";
+ sha256 = "sha256-utmOKWe2hwRsRWjJCR1jCgwxtih0XAIamUq6TR1Q+Oo=";
10
};
11
12
nativeBuildInputs = [ rsync ]
0 commit comments