Skip to content

Commit 63e9af1

Browse files
authored
stacks: 2.66 -> 2.68 (#348422)
2 parents 2786bdb + 62caef9 commit 63e9af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/science/biology/stacks/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
stdenv.mkDerivation rec {
44
pname = "stacks";
5-
version = "2.66";
5+
version = "2.68";
66
src = fetchurl {
77
url = "http://catchenlab.life.illinois.edu/stacks/source/${pname}-${version}.tar.gz";
8-
sha256 = "sha256-9pHmcLYMdn9xy3vhlOU42Io/4L61auoncfpZNRPUN/I=";
8+
sha256 = "sha256-ncUeo1bWDrRVewstGohUqvrkkq7Yf5dOAknMCapedlA=";
99
};
1010

1111
buildInputs = [ zlib ];

0 commit comments

Comments
 (0)