about summary refs log tree commit diff
path: root/pkgs/applications/science/biology
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-26 10:42:37 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-26 10:42:37 -0700
commite33eacbc1db8d864b70d8b4b5e9d6463999285d9 (patch)
treeafec0d45271d29ae294c5cd48579ce6094e00aee /pkgs/applications/science/biology
parent59c09a52f2793bc31a68742082d8a89ca4795a8f (diff)
downloadnixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.tar
nixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.tar.gz
nixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.tar.bz2
nixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.tar.lz
nixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.tar.xz
nixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.tar.zst
nixlib-e33eacbc1db8d864b70d8b4b5e9d6463999285d9.zip
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
Diffstat (limited to 'pkgs/applications/science/biology')
-rw-r--r--pkgs/applications/science/biology/picard-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/biology/picard-tools/default.nix b/pkgs/applications/science/biology/picard-tools/default.nix
index e215b6f3862e..555542b76318 100644
--- a/pkgs/applications/science/biology/picard-tools/default.nix
+++ b/pkgs/applications/science/biology/picard-tools/default.nix
@@ -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 ];