summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 11:43:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 11:43:21 -0700
commit4ea3841d7f9fbed0aaee83bde0227b09384e50fe (patch)
tree2927b4ad3cdd2c2bae4c4e1cfa01586e30105b75
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.tar
nixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.tar.gz
nixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.tar.bz2
nixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.tar.lz
nixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.tar.xz
nixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.tar.zst
nixlib-4ea3841d7f9fbed0aaee83bde0227b09384e50fe.zip
picard-tools: 2.18.2 -> 2.18.3
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 binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.18.3 with grep in /nix/store/q67hqz7716nf3c4f8rjmlpf2dqbb06rz-picard-tools-2.18.3
- directory tree listing: https://gist.github.com/6b71ce718f18ef6a48c05457cd0e583b
-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 7af1669dc45e..ed90ed5aa047 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.2";
+  version = "2.18.3";
 
   src = fetchurl {
     url = "https://github.com/broadinstitute/picard/releases/download/${version}/picard.jar";
-    sha256 = "0w3b2jz4n9irslsg85r4x9dc3y4ziykn8fs4iqqiq4sfdcz259fz";
+    sha256 = "0w4v30vnyr549hd9lhj1sm69whssabqvhfrbavxfjbl2k9fw83qf";
   };
 
   buildInputs = [ jre makeWrapper ];