fastp: 0.24.2 -> 0.26.0

This commit is contained in:
R. Ryantm 2025-06-08 02:57:32 +00:00
parent eb651797af
commit a0e04f010d

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "fastp";
version = "0.24.2";
version = "0.26.0";
src = fetchFromGitHub {
owner = "OpenGene";
repo = "fastp";
rev = "v${version}";
sha256 = "sha256-8AJ6wgqbCqH/f3flgdVYUb5u0C5/CQl6MJe7HmZrp60=";
sha256 = "sha256-DrvY2FqTlQU3mJkBp/gM+GHlBlumfYRZItpphaF1xfs=";
};
buildInputs = [