tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
herwig: 7.2.1 -> 7.2.2 thepeg: 2.2.1 -> 2.2.2
Dmitry Kalinkin
5 years ago
116108e2
71e0a6fb
+4
-4
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
physics
herwig
default.nix
thepeg
default.nix
+2
-2
pkgs/development/libraries/physics/herwig/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "herwig";
5
5
-
version = "7.2.1";
5
5
+
version = "7.2.2";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
9
9
-
sha256 = "11m6xvardnk0i8x8b3dpwg4c4ncq0xmlfg2n5r5qmh6544pz7zyl";
9
9
+
sha256 = "10y3fb33zsinr0z3hzap9rsbcqhy1yjqnv4b4vz21g7mdlw6pq2k";
10
10
};
11
11
12
12
nativeBuildInputs = [ autoconf automake libtool ];
+2
-2
pkgs/development/libraries/physics/thepeg/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "thepeg";
5
5
-
version = "2.2.1";
5
5
+
version = "2.2.2";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
9
9
-
sha256 = "13x5gssv22mpa2w6i0vaalwcr57170vh3b4xrw8mrm3abqhwgav3";
9
9
+
sha256 = "0gif4vb9lw2px2qdywqm7x0frbv0h5gq9lq36c50f2hv77a5bgwp";
10
10
};
11
11
12
12
buildInputs = [ boost fastjet gsl hepmc2 lhapdf rivet zlib ];