summary refs log tree commit diff
path: root/pkgs/development/libraries/physics/thepeg/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-07-22 15:34:59 +0000
committerGitHub <noreply@github.com>2022-07-22 15:34:59 +0000
commitb4832bac5219ae4e51417e6ba64eafc63ba1ea23 (patch)
tree98f010fea40957a8bb738371ae9a35fa91fc1fe0 /pkgs/development/libraries/physics/thepeg/default.nix
parent8998b24ad273bc8cc3729bdbab23293d9731b74f (diff)
parent64c3ef854f7ba3cb87bbf6ab41f285c101e83366 (diff)
downloadnixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.gz
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.bz2
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.lz
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.xz
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.zst
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/libraries/physics/thepeg/default.nix')
-rw-r--r--pkgs/development/libraries/physics/thepeg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/thepeg/default.nix b/pkgs/development/libraries/physics/thepeg/default.nix
index ed92889b5b2..adef606be54 100644
--- a/pkgs/development/libraries/physics/thepeg/default.nix
+++ b/pkgs/development/libraries/physics/thepeg/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "thepeg";
-  version = "2.2.2";
+  version = "2.2.3";
 
   src = fetchurl {
     url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
-    sha256 = "0gif4vb9lw2px2qdywqm7x0frbv0h5gq9lq36c50f2hv77a5bgwp";
+    hash = "sha256-8hRzGXp2H8MpF7CKjSTSv6+T/1fzRB/WBdqZrJ3l1Qs=";
   };
 
   buildInputs = [ boost fastjet gsl hepmc2 lhapdf rivet zlib ];