Merge pull request #174547 from r-ryantm/auto-update/delly

delly: 0.9.1 -> 1.0.3
This commit is contained in:
Lassulus 2022-07-16 10:49:50 +02:00 committed by GitHub
commit 01853c3bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "delly";
version = "0.9.1";
version = "1.0.3";
src = fetchFromGitHub {
owner = "dellytools";
repo = pname;
rev = "v${version}";
sha256 = "sha256-p1pryP+ktGt8OHFiASJQ3T+K94cNBG9fLxsJ2n/T+DA=";
sha256 = "sha256-37AEaTOFmJ2yYXLwjNa7UXBoH/NxOK8+vlXhUhj6CM4=";
};
buildInputs = [ zlib htslib bzip2 xz ncurses boost ];