Skip to content

Commit

Permalink
sherpa: 2.2.13 -> 2.2.14 (NixOS#220016)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Mar 7, 2023
1 parent 44ae22d commit 02cd0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/physics/sherpa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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") ''
Expand Down

0 comments on commit 02cd0a5

Please sign in to comment.