3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/itk/5.x.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
145 B
Nix
Raw Normal View History

2022-09-01 18:49:38 +01:00
import ./generic.nix rec {
2022-12-20 20:44:42 +00:00
version = "5.3.0";
2022-09-01 18:49:38 +01:00
rev = "v${version}";
2022-12-20 20:44:42 +00:00
sourceSha256 = "sha256-+qCd8Jzpl5fEPTUpLyjjFBkfgCn3+Lf4pi8QnjCwofs=";
2022-09-01 18:49:38 +01:00
}