···3970439704 kicad = callPackage ../applications/science/electronics/kicad { };
3970539705 # this is the same but without the (sizable) 3D models library
3970639706 kicad-small = kicad.override { pname = "kicad-small"; with3d = false; };
3970739707+ # this is the stable branch at whatever point update.sh last updated versions.nix
3970839708+ kicad-testing = kicad.override { pname = "kicad-testing"; testing = true; };
3970939709+ # and a small version of that
3971039710+ kicad-testing-small = kicad.override {
3971139711+ pname = "kicad-testing-small";
3971239712+ testing = true;
3971339713+ with3d = false;
3971439714+ };
3970739715 # this is the master branch at whatever point update.sh last updated versions.nix
3970839716 kicad-unstable = kicad.override { pname = "kicad-unstable"; stable = false; };
3970939717 # and a small version of that