Merge pull request #135609 from jbedo/fastp

fastp: 0.20.1 -> 0.22.0
This commit is contained in:
Robert Scott 2021-08-25 21:06:44 +01:00 committed by GitHub
commit a7f71255b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fastp";
version = "0.20.1";
version = "0.22.0";
src = fetchFromGitHub {
owner = "OpenGene";
repo = "fastp";
rev = "v${version}";
sha256 = "sha256-pANwppkO9pfV9vctB7HmNCzYRtf+Xt+5HMKzvFuvyFM=";
sha256 = "sha256-XR76hNz7iGXQYSBbBandHZ+oU3wyTf1AKlu9Xeq/GyE=";
};
buildInputs = [ zlib ];