ants: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2022-10-18 07:41:26 +00:00 committed by Bobby Rong
parent 69ccacbea8
commit 4ab06e3223

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ANTs";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "ANTsX";
repo = "ANTs";
rev = "v${version}";
sha256 = "sha256-sRZwRRqqU0xiu4K6xlLQV4xzVNnzMlnRsk+TPiv0wD0=";
sha256 = "sha256-edkvTkgBNaC87Q0N/Fsebr9nRLMhDo4mrSGoMICdnwU=";
};
nativeBuildInputs = [ cmake makeWrapper ];