Skip to content

Commit

Permalink
itk: 5.1.0 -> 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Aug 31, 2020
1 parent 58bb6bf commit fcf08a9
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 fcf08a9

Please sign in to comment.