Skip to content

Commit

Permalink
herwig: 7.1.5 -> 7.1.6
Browse files Browse the repository at this point in the history
thepeg: 2.1.5 -> 2.1.6

(cherry picked from commit 2f79be4)
  • Loading branch information
veprbl committed Dec 16, 2019
1 parent c5f385d commit cfc23a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/physics/herwig/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "herwig";
version = "7.1.5";
version = "7.1.6";

src = fetchurl {
url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
sha256 = "0jnrv59zfa41gc37pqr3vaiz5jkh7w0k0alcax37b3mlbsnacr9r";
sha256 = "0h4gcmwnk4iyd31agzcq3p8bvlrgc8svm4ymzqgvvhizwflqf3yr";
};

nativeBuildInputs = [ autoconf automake libtool ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/physics/thepeg/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "thepeg";
version = "2.1.5";
version = "2.1.6";

src = fetchurl {
url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
sha256 = "1rmmwhk9abn9mc9j3127axjwpvymv21ld4wcivwz01pldkxh06n6";
sha256 = "0krz6psr69kn48xkgr0mjadmzvq572mzn02inlasiz3bf61izrf1";
};

buildInputs = [ boost fastjet gsl hepmc2 lhapdf rivet zlib ];
Expand Down

0 comments on commit cfc23a2

Please sign in to comment.