ants: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm 2025-06-10 20:44:59 +00:00
parent aa81925f05
commit c740ae6965

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ANTs";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "ANTsX";
repo = "ANTs";
tag = "v${finalAttrs.version}";
hash = "sha256-H/5X6cCjv+7KuZGJ7D4d5VxlpOqbO80U+7CoYnY/dsU=";
hash = "sha256-TQR3HghaFBBiHl5oz3vmu7DIGT8UY5/CxY0pP0bLZx4=";
};
nativeBuildInputs = [