sherpa: 2.2.5 -> 2.2.6

This commit is contained in:
Dmitry Kalinkin 2019-01-23 18:45:12 -05:00
parent b3eaad9a27
commit d28bce307e
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "sherpa-${version}";
version = "2.2.5";
version = "2.2.6";
src = fetchurl {
url = "https://www.hepforge.org/archive/sherpa/SHERPA-MC-${version}.tar.gz";
sha256 = "0rv14j8gvjjr3darb0wcradlmsnyq915jz7v2yybrjzqfbsr3zb5";
sha256 = "1cagkkz1pjl0pdf85w1qkwhx0afi3kxm1vnmfavq1zqhss7fc57i";
};
buildInputs = [ gfortran sqlite lhapdf rivet ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Simulation of High-Energy Reactions of PArticles in lepton-lepton, lepton-photon, photon-photon, lepton-hadron and hadron-hadron collisions";
license = stdenv.lib.licenses.gpl2;
homepage = https://sherpa.hepforge.org;
homepage = https://gitlab.com/sherpa-team/sherpa;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];
};