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 3bfdc93 commit a90d821Copy full SHA for a90d821
pkgs/development/libraries/physics/pythia/default.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation rec {
15
pname = "pythia";
16
- version = "8.312";
+ version = "8.313";
17
18
src = fetchurl {
19
url = "https://pythia.org/download/pythia83/pythia${
20
builtins.replaceStrings [ "." ] [ "" ] version
21
}.tgz";
22
- sha256 = "sha256-utmOKWe2hwRsRWjJCR1jCgwxtih0XAIamUq6TR1Q+Oo=";
+ sha256 = "sha256-0H6AFQHE3LdtlI3GMoU3X1l0U8HW7GXnEodgPcd2cYw=";
23
};
24
25
nativeBuildInputs = [ rsync ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ];
0 commit comments