1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

spades: 4.1.0 -> 4.2.0 (#405137)

This commit is contained in:
Wolfgang Walther 2025-06-01 10:02:05 +00:00 committed by GitHub
commit bb079db19b
Signed by: github
GPG key ID: B5690EEEBB952194

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";