fastp: 0.23.2 -> 0.23.3

This commit is contained in:
Justin Bedo
2023-05-15 15:03:24 +10:00
parent 0cb867999e
commit 60c69da248
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "fastp";
version = "0.23.2";
version = "0.23.3";
src = fetchFromGitHub {
owner = "OpenGene";
repo = "fastp";
rev = "v${version}";
sha256 = "sha256-W1mXTfxD7/gHJhao6qqbNcyM3t2cfrUYiBYPJi/O1RI=";
sha256 = "sha256-9YHm5LIKJJpMavlWMZXD5ZgTgT5w9eXuXwQVa/prux8=";
};
buildInputs = [ zlib libdeflate isa-l ];