summary refs log tree commit diff
path: root/pkgs/applications/science/physics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2023-03-07 09:47:54 -0800
committerGitHub <noreply@github.com>2023-03-07 12:47:54 -0500
commit02cd0a5dfcb99b162791bade2d2888c8187a6a92 (patch)
tree5124e5dc981b2bcd76f540bdb3c6d91b5db783cd /pkgs/applications/science/physics
parent44ae22d9bba81194207c62173056feae12761781 (diff)
downloadnixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.tar
nixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.tar.gz
nixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.tar.bz2
nixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.tar.lz
nixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.tar.xz
nixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.tar.zst
nixpkgs-02cd0a5dfcb99b162791bade2d2888c8187a6a92.zip
sherpa: 2.2.13 -> 2.2.14 (#220016)
Diffstat (limited to 'pkgs/applications/science/physics')
-rw-r--r--pkgs/applications/science/physics/sherpa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/physics/sherpa/default.nix b/pkgs/applications/science/physics/sherpa/default.nix
index c9911c5b999..6b5cb29863e 100644
--- a/pkgs/applications/science/physics/sherpa/default.nix
+++ b/pkgs/applications/science/physics/sherpa/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "sherpa";
-  version = "2.2.13";
+  version = "2.2.14";
 
   src = fetchurl {
     url = "https://www.hepforge.org/archive/sherpa/SHERPA-MC-${version}.tar.gz";
-    sha256 = "sha256-FIozm2AmxaELIDiLBNx8RtUCy1fIjTGtnpFiAcKcZXE=";
+    sha256 = "sha256-24nO2cFeHx/XTNsC/hxnQu+fRWJm5A5idRtFz6bTo2Q=";
   };
 
   postPatch = lib.optionalString (stdenv.hostPlatform.libc == "glibc") ''