Skip to content

Commit 54a93b6

Browse files
authored
ants: 2.5.3 -> 2.5.4 (#359485)
2 parents 6a98838 + b2a83dc commit 54a93b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/science/biology/ants/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "ANTs";
13-
version = "2.5.3";
13+
version = "2.5.4";
1414

1515
src = fetchFromGitHub {
1616
owner = "ANTsX";
1717
repo = "ANTs";
1818
rev = "refs/tags/v${finalAttrs.version}";
19-
hash = "sha256-DZzuHMC0XymFCnDn+H1pRFx9jUt+s03PaN88R4ZBRwY=";
19+
hash = "sha256-7df9RcZZwfSkokG8dMQg65bCOk2atDGkJpPo8SrRrfY=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)