3
0
Fork 0
forked from mirrors/nixpkgs

herwig: 7.2.0 -> 7.2.1

thepeg: 2.2.0 -> 2.2.1

A minor bugfix
This commit is contained in:
Dmitry Kalinkin 2020-04-11 14:22:29 -04:00
parent fa613bc7f1
commit 7cbffa0530
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333
2 changed files with 4 additions and 4 deletions

View file

@ -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 ];

View file

@ -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 ];