fastjet-contrib: 1.053 -> 1.055 (#348372)

This commit is contained in:
R. RyanTM 2024-10-14 14:01:48 +10:00 committed by GitHub
parent d8b9d4f989
commit 383c4d132c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fastjet-contrib";
version = "1.053";
version = "1.055";
src = fetchurl {
url = "https://fastjet.hepforge.org/contrib/downloads/fjcontrib-${version}.tar.gz";
sha256 = "sha256-sSokjgsUOTTJnjt8jdgyZRIvbGwJUzwqA99E9e/x5vo=";
sha256 = "sha256-2apGVg/f2FCC8gKlqc5kdo/gxZhmDwEyBqjJwX7NDzY=";
};
buildInputs = [ fastjet ];