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

Merge pull request #231975 from jbedo/fastp

fastp: 0.23.2 -> 0.23.3
parents bc053c32 60c69da2
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.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 ];