1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

picard-tools: 2.18.4 -> 2.18.5

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/picard-tools/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/y7q0bsph0zldfjkz4ci3f41ba5va810w-picard-tools-2.18.5/bin/picard had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.18.5 with grep in /nix/store/y7q0bsph0zldfjkz4ci3f41ba5va810w-picard-tools-2.18.5
- directory tree listing: https://gist.github.com/1938ad634fa882d94e8d28fd1625547c
- du listing: https://gist.github.com/4b51e89646327900f6ef6f2242f5d0bd
This commit is contained in:
R. RyanTM 2018-05-26 10:42:37 -07:00
parent 59c09a52f2
commit e33eacbc1d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "picard-tools-${version}";
version = "2.18.4";
version = "2.18.5";
src = fetchurl {
url = "https://github.com/broadinstitute/picard/releases/download/${version}/picard.jar";
sha256 = "0qwalb49g8s6dswhhk12ny33xzzj38xa2rj6p6ar0hrwh7aijlqc";
sha256 = "1lk1qnwc2gwjh8js3rx4qayan5157an6yzxnhija6kqgrxv58f11";
};
buildInputs = [ jre makeWrapper ];