SPAdes: 3.15.4 -> 3.15.5

This commit is contained in:
R. Ryantm 2022-08-02 02:26:56 +00:00
parent ec9cb32147
commit 921b81745d

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "SPAdes";
version = "3.15.4";
version = "3.15.5";
src = fetchurl {
url = "http://cab.spbu.ru/files/release${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-OyQcUopCqL398j5b+PAISDR5BZDQhJHezqnw8AnYWJ8=";
sha256 = "sha256-FVw2QNVx8uexmgUDHR/Q0ZvYLfeF04hw+5O9JBsSu/o=";
};
nativeBuildInputs = [ cmake ];