Skip to content

Commit

Permalink
ants: 2.5.0 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and yayayayaka committed Jan 26, 2024
1 parent 62d3ddf commit f61c011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/ants/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "ANTs";
version = "2.5.0";
version = "2.5.1";

src = fetchFromGitHub {
owner = "ANTsX";
repo = "ANTs";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-rSibcsprhMC1qsuZN8ou32QPLf8n62BiDzpnTRWRx0Q=";
hash = "sha256-q252KC6SKUN5JaQWAcsVmDprVkLXDvkYzNhC7yHJNpk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f61c011

Please sign in to comment.