fastp: 0.20.1 -> 0.22.0

This commit is contained in:
Justin Bedo 2021-08-25 09:52:07 +10:00
parent 1c9124b63b
commit b1b57ec04e
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

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 ];