ants: 2.6.2 -> 2.6.3

This commit is contained in:
R. Ryantm
2025-10-08 23:45:21 +00:00
parent 1d1dcb9339
commit 82352e02d8
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ANTs";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "ANTsX";
repo = "ANTs";
tag = "v${finalAttrs.version}";
hash = "sha256-TQR3HghaFBBiHl5oz3vmu7DIGT8UY5/CxY0pP0bLZx4=";
hash = "sha256-AaurwFIDVKhAp8+Gu3TUlGJP33ChQ6flPTYWe/cVK0w=";
};
nativeBuildInputs = [