Unverified Commit 4e1b5667 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #234572 from r-ryantm/auto-update/seqtk

seqtk: 1.3 -> 1.4
parents bdd9d25e bebbc418
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "seqtk";
  version = "1.3";
  version = "1.4";

  src = fetchFromGitHub {
    owner = "lh3";
    repo = "seqtk";
    rev = "v${version}";
    hash = "sha256-1Hw/lnoFQumuEJg1n2C6vnWkBa+VLiEiDrosghSm360=";
    hash = "sha256-W6IUn7R9tlnWrKe/qOHJL+43AL4EZB7zj7M5u9l83WE=";
  };

  buildInputs = [ zlib libdeflate isa-l ];