Merge pull request #135212 from r-ryantm/auto-update/stacks

stacks: 2.55 -> 2.59
This commit is contained in:
Ryan Mulligan 2021-08-24 09:03:17 -07:00 committed by GitHub
commit 8c2e2ffe95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "stacks";
version = "2.55";
version = "2.59";
src = fetchurl {
url = "http://catchenlab.life.illinois.edu/stacks/source/${pname}-${version}.tar.gz";
sha256 = "sha256-p8L0F3A+GdNsPgTQNn9Em5EjFCc9f7gUvyLIRCTd05c=";
sha256 = "sha256-pVFwb4EPba9wL9kDGN2gi7aeH+sPhDG/XLyHxqG4zd4=";
};
buildInputs = [ zlib ];