Unverified Commit 0acc2fef authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

fastp: 0.26.0 -> 1.0.0 (#417662)

parents c369e999 f59d681f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "fastp";
  version = "0.26.0";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "OpenGene";
    repo = "fastp";
    rev = "v${version}";
    sha256 = "sha256-DrvY2FqTlQU3mJkBp/gM+GHlBlumfYRZItpphaF1xfs=";
    sha256 = "sha256-oUThNtxM5zQgC4k3igrzYbFsza8d6E0U/o7w0FC8J3o=";
  };

  buildInputs = [