Skip to content

Commit

Permalink
herwig: 7.2.0 -> 7.2.1
Browse files Browse the repository at this point in the history
thepeg: 2.2.0 -> 2.2.1

A minor bugfix
  • Loading branch information
veprbl committed Apr 11, 2020
1 parent fa613bc commit 7cbffa0
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "herwig";
version = "7.2.0";
version = "7.2.1";

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

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

stdenv.mkDerivation rec {
pname = "thepeg";
version = "2.2.0";
version = "2.2.1";

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

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

0 comments on commit 7cbffa0

Please sign in to comment.