about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-01-27 22:01:53 -0500
committerGitHub <noreply@github.com>2019-01-27 22:01:53 -0500
commitb8d6cc8157706632132fe560f774a37c222448c5 (patch)
tree0f953fc5f1b4008b3824939681765b9414828246 /pkgs/applications
parente6f28165023b4a5e9053e7202e79e555f8f33f01 (diff)
parentd28bce307ea4dc0ee83cd207558b01874cbdd117 (diff)
downloadnixlib-b8d6cc8157706632132fe560f774a37c222448c5.tar
nixlib-b8d6cc8157706632132fe560f774a37c222448c5.tar.gz
nixlib-b8d6cc8157706632132fe560f774a37c222448c5.tar.bz2
nixlib-b8d6cc8157706632132fe560f774a37c222448c5.tar.lz
nixlib-b8d6cc8157706632132fe560f774a37c222448c5.tar.xz
nixlib-b8d6cc8157706632132fe560f774a37c222448c5.tar.zst
nixlib-b8d6cc8157706632132fe560f774a37c222448c5.zip
Merge pull request #54520 from veprbl/pr/sherpa_2.2.6
sherpa: 2.2.5 -> 2.2.6
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/physics/sherpa/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/physics/sherpa/default.nix b/pkgs/applications/science/physics/sherpa/default.nix
index 66a9bebacf0d..7cb3e8881caf 100644
--- a/pkgs/applications/science/physics/sherpa/default.nix
+++ b/pkgs/applications/science/physics/sherpa/default.nix
@@ -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 ];
   };