spades: 4.1.0 -> 4.2.0

This commit is contained in:
R. Ryantm 2025-05-08 06:24:16 +00:00
parent dda3dcd3fe
commit 4cb99639e1

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spades";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "ablab";
repo = "spades";
tag = "v${finalAttrs.version}";
hash = "sha256-JKtWlVf0nXXLgb6BxMgVVtEdjUOOYc0bPaFMDm5O6vg=";
hash = "sha256-BlZjfZKtCm1kWNPjdth3pYFN0plU7xfTsFotPefzzMY=";
};
sourceRoot = "${finalAttrs.src.name}/src";