herwig: 7.2.3 -> 7.3.0

This commit is contained in:
R. Ryantm 2024-01-08 05:27:49 +00:00 committed by Dmitry Kalinkin
parent 4e92bad9a8
commit 61ad5d8a7b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "herwig";
version = "7.2.3";
version = "7.3.0";
src = fetchurl {
url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
hash = "sha256-VZmJk3mwGwnjMaJCbXjTm39uwSbbJUPp00Cu/mqlD4Q=";
hash = "sha256-JiSBnS3/EFupUuobXPEutvSSbUlRd0pBkHaZ4vVnaGw=";
};
nativeBuildInputs = [ autoconf automake libtool gfortran ];