Skip to content

Commit ab143f4

Browse files
r-ryantmveprbl
authored andcommitted
pythia: 8.311 -> 8.312
1 parent 108b6b7 commit ab143f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/physics/pythia/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pythia";
5-
version = "8.311";
5+
version = "8.312";
66

77
src = fetchurl {
88
url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
9-
sha256 = "sha256-J4LV5CnBVDxnN1r+VH/UxMoHIDCd6wCPfbeGJtx9FGQ=";
9+
sha256 = "sha256-utmOKWe2hwRsRWjJCR1jCgwxtih0XAIamUq6TR1Q+Oo=";
1010
};
1111

1212
nativeBuildInputs = [ rsync ]

0 commit comments

Comments
 (0)