Unverified Commit cb677576 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #235876 from r-ryantm/auto-update/fastp

fastp: 0.23.3 -> 0.23.4
parents 90385792 1f231abe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "fastp";
  version = "0.23.3";
  version = "0.23.4";

  src = fetchFromGitHub {
    owner = "OpenGene";
    repo = "fastp";
    rev = "v${version}";
    sha256 = "sha256-9YHm5LIKJJpMavlWMZXD5ZgTgT5w9eXuXwQVa/prux8=";
    sha256 = "sha256-hkCo8CiZNJuVcL9Eg/R7YzM7/FEcGEnovV325oWa7y8=";
  };

  buildInputs = [ zlib libdeflate isa-l ];