mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
fastjet-contrib: 1.053 -> 1.055 (#348372)
This commit is contained in:
parent
d8b9d4f989
commit
383c4d132c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user