We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2786bdb + 62caef9 commit 63e9af1Copy full SHA for 63e9af1
pkgs/applications/science/biology/stacks/default.nix
@@ -2,10 +2,10 @@
2
3
stdenv.mkDerivation rec {
4
pname = "stacks";
5
- version = "2.66";
+ version = "2.68";
6
src = fetchurl {
7
url = "http://catchenlab.life.illinois.edu/stacks/source/${pname}-${version}.tar.gz";
8
- sha256 = "sha256-9pHmcLYMdn9xy3vhlOU42Io/4L61auoncfpZNRPUN/I=";
+ sha256 = "sha256-ncUeo1bWDrRVewstGohUqvrkkq7Yf5dOAknMCapedlA=";
9
};
10
11
buildInputs = [ zlib ];
0 commit comments