nextflow: 21.10.6 -> 22.04.5

This commit is contained in:
R. Ryantm 2022-07-29 02:12:24 +00:00
parent 6c36cf7d3f
commit b8cc49adbe

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "nextflow";
version = "21.10.6";
version = "22.04.5";
src = fetchurl {
url = "https://github.com/nextflow-io/nextflow/releases/download/v${version}/nextflow-${version}-all";
sha256 = "0l9hi51vrhvfx3px2pxw7lp4h21n8ks50x4icfk3hbgl2hwf7fvx";
sha256 = "sha256-Lpxb0lGR/oiPzj6j+lySZwiRgkRgPgyjK7FX0BSejm4=";
};
nativeBuildInputs = [ makeWrapper ];