Skip to content

Commit

Permalink
Merge pull request #96878 from bcdarwin/itk-5.1.1
Browse files Browse the repository at this point in the history
itk: 5.1.0 -> 5.1.1
  • Loading branch information
marsam authored Sep 1, 2020
2 parents e7acfe3 + fcf08a9 commit a0b3103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/itk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "itk";
version = "5.1.0";
version = "5.1.1";

src = fetchFromGitHub {
owner = "InsightSoftwareConsortium";
repo = "ITK";
rev = "v${version}";
sha256 = "0rvkp00xj1js60021jv2ydyl74wvbyb205gm9d7hf8gy2q456hgl";
sha256 = "1z7rmqrhgl7hfb3d0077kvp8vpi05r2zk3qyqzmv7bzbal5sqqhv";
};

cmakeFlags = [
Expand Down

0 comments on commit a0b3103

Please sign in to comment.